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