2019-12-04 15:03:39 +01:00
|
|
|
.site-banner {
|
2016-12-02 16:04:23 +01:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2019-11-28 15:29:31 +01:00
|
|
|
color: #333333;
|
|
|
|
background-color: #FEF3B8;
|
2019-12-04 15:03:39 +01:00
|
|
|
border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
|
2019-11-28 15:29:31 +01:00
|
|
|
|
2019-12-04 15:28:42 +01:00
|
|
|
&.warning {
|
|
|
|
background-color: #FFD8A6;
|
|
|
|
}
|
|
|
|
|
2019-11-28 15:29:31 +01:00
|
|
|
.container {
|
|
|
|
display: flex;
|
|
|
|
width: auto;
|
|
|
|
align-items: center;
|
|
|
|
padding: 8px 16px;
|
2016-12-02 16:04:23 +01:00
|
|
|
}
|
2017-04-04 15:27:04 +02:00
|
|
|
}
|
2019-11-28 15:29:31 +01:00
|
|
|
|
2019-12-04 15:03:39 +01:00
|
|
|
.site-banner-icon {
|
2019-11-28 15:29:31 +01:00
|
|
|
margin-right: 16px;
|
|
|
|
font-size: 30px;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
2019-12-03 16:02:08 +01:00
|
|
|
|
2019-12-04 15:03:39 +01:00
|
|
|
.site-banner-actions {
|
2019-12-03 16:02:08 +01:00
|
|
|
display: flex;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|