mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 04:05:01 +00:00
14 lines
256 B
CSS
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;
|
|
}
|