2014-06-18 20:04:10 +02:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Banner
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-03-30 10:42:14 +02:00
|
|
|
#banner {
|
2014-06-19 00:02:57 +02:00
|
|
|
padding: 10px;
|
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 {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-up-4;
|
2016-02-24 16:46:22 -08:00
|
|
|
margin-top: -5px;
|
2017-10-26 22:39:27 -04:00
|
|
|
color: dark-light-choose($primary-low-mid, $secondary-medium);
|
2016-02-22 15:57:31 -08:00
|
|
|
padding-left: 5px;
|
2017-04-24 20:51:02 -04:00
|
|
|
float: right;
|
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;
|
|
|
|
}
|
|
|
|
}
|