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 15:13:59 +00:00
margin: 1rem 0;
max-width: 100%;
color: var(--lighterInverseTextColour);
width: 45rem;
}
.ui__.banner img {
2019-05-09 15:13:59 +00:00
margin-right: 0.6rem !important;
font-size: 1.2rem;
margin-bottom: 0.6rem !important;
}