1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 01:45:03 +00:00
mon-entreprise/source/components/Banner.css
2019-06-03 14:27:19 +02:00

14 lines
257 B
CSS

.ui__.banner {
display: flex;
align-items: center;
margin: 1rem 0;
max-width: 100%;
color: var(--lighterInverseTextColour);
width: 45rem;
}
.ui__.banner img {
margin-right: 0.6rem !important;
font-size: 1.4rem;
margin-bottom: 0.6rem !important;
}