2019-04-17 16:56:09 +00:00
|
|
|
.ui__.banner {
|
2018-04-26 12:40:22 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-05-09 15:13:59 +00:00
|
|
|
margin: 1rem 0;
|
2018-05-25 09:47:43 +00:00
|
|
|
max-width: 100%;
|
2019-04-17 16:56:09 +00:00
|
|
|
color: var(--lighterInverseTextColour);
|
|
|
|
width: 45rem;
|
2018-04-26 12:40:22 +00:00
|
|
|
}
|
|
|
|
|
2019-04-17 16:56:09 +00:00
|
|
|
.ui__.banner img {
|
2019-05-09 15:13:59 +00:00
|
|
|
margin-right: 0.6rem !important;
|
|
|
|
font-size: 1.2rem;
|
2019-04-17 16:56:09 +00:00
|
|
|
margin-bottom: 0.6rem !important;
|
2018-04-26 12:40:22 +00:00
|
|
|
}
|