2014-06-18 14:04:10 -04:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Banner
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-03-30 04:42:14 -04:00
|
|
|
#banner {
|
2014-06-18 18:02:57 -04: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 10:15:48 -04:00
|
|
|
overflow: auto;
|
2014-06-20 12:53:12 -04:00
|
|
|
|
|
|
|
&.overlay {
|
|
|
|
position: fixed;
|
|
|
|
}
|
2014-06-18 18:02:57 -04:00
|
|
|
|
2014-06-18 14:04:10 -04:00
|
|
|
.close {
|
2016-02-24 19:46:22 -05:00
|
|
|
margin-top: -5px;
|
2019-04-05 16:21:16 -04:00
|
|
|
color: $primary-low-mid;
|
2016-02-22 18:57:31 -05:00
|
|
|
padding-left: 5px;
|
2017-04-24 20:51:02 -04:00
|
|
|
float: right;
|
2014-06-18 14:04:10 -04:00
|
|
|
}
|
2014-06-20 12:56:26 -04:00
|
|
|
|
2014-06-18 14:04:10 -04:00
|
|
|
.meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|