2014-06-18 20:04:10 +02:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Banner
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-03-30 10:42:14 +02:00
|
|
|
#banner {
|
2020-05-07 22:57:52 -04:00
|
|
|
padding: 0.5em 1em;
|
2017-10-10 16:07:46 -04:00
|
|
|
background: $tertiary-low;
|
2017-10-26 22:39:27 -04:00
|
|
|
color: $primary;
|
2018-01-16 19:05:12 -05:00
|
|
|
z-index: z("base") + 1;
|
2014-08-28 16:15:48 +02:00
|
|
|
overflow: auto;
|
2014-06-20 18:53:12 +02:00
|
|
|
|
|
|
|
&.overlay {
|
|
|
|
position: fixed;
|
|
|
|
}
|
2014-06-19 00:02:57 +02:00
|
|
|
|
2014-06-18 20:04:10 +02:00
|
|
|
.close {
|
2019-04-05 16:21:16 -04:00
|
|
|
color: $primary-low-mid;
|
2016-02-22 15:57:31 -08:00
|
|
|
padding-left: 5px;
|
2017-04-24 20:51:02 -04:00
|
|
|
float: right;
|
2020-05-07 22:57:52 -04:00
|
|
|
.d-icon {
|
|
|
|
color: $primary-medium;
|
|
|
|
}
|
2014-06-18 20:04:10 +02:00
|
|
|
}
|
2014-06-20 18:56:26 +02:00
|
|
|
|
2014-06-18 20:04:10 +02:00
|
|
|
.meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2020-05-07 22:57:52 -04:00
|
|
|
|
|
|
|
#banner-content {
|
|
|
|
hr {
|
|
|
|
border-color: $primary-medium;
|
|
|
|
}
|
|
|
|
}
|