1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/components/Banner.css

15 lines
257 B
CSS
Raw Normal View History

.ui__.banner {
display: flex;
align-items: center;
2019-05-09 17:13:59 +02:00
margin: 1rem 0;
max-width: 100%;
color: var(--lighterInverseTextColour);
width: 45rem;
}
.ui__.banner img {
2019-05-09 17:13:59 +02:00
margin-right: 0.6rem !important;
2019-05-09 18:40:14 +02:00
font-size: 1.4rem;
margin-bottom: 0.6rem !important;
}