1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 04:05:01 +00:00
mon-entreprise/source/components/Banner.css
Maxime Quandalle e5b42e2321
🔥 Supprime le HOC withColours
Renomme colour en color, pour-être cohérent avec le CSS
2019-12-18 23:06:46 +01:00

14 lines
256 B
CSS

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