2019-04-17 18:56:09 +02:00
|
|
|
.ui__.banner {
|
2018-04-26 14:40:22 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-05-09 17:13:59 +02:00
|
|
|
margin: 1rem 0;
|
2018-05-25 11:47:43 +02:00
|
|
|
max-width: 100%;
|
2019-12-18 22:32:26 +01:00
|
|
|
color: var(--lighterInverseTextColor);
|
2019-04-17 18:56:09 +02:00
|
|
|
width: 45rem;
|
2018-04-26 14:40:22 +02:00
|
|
|
}
|
|
|
|
|
2019-04-17 18:56:09 +02:00
|
|
|
.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;
|
2019-04-17 18:56:09 +02:00
|
|
|
margin-bottom: 0.6rem !important;
|
2018-04-26 14:40:22 +02:00
|
|
|
}
|