2014-06-19 02:04:10 +08:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Banner
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-03-30 16:42:14 +08:00
|
|
|
#banner {
|
2014-06-19 06:02:57 +08:00
|
|
|
padding: 10px;
|
2017-10-11 04:07:46 +08:00
|
|
|
background: $tertiary-low;
|
2017-10-27 10:39:27 +08:00
|
|
|
box-shadow: 0 2px 4px -1px rgba(0,0,0, .25);
|
|
|
|
color: $primary;
|
2015-03-23 23:08:46 +08:00
|
|
|
z-index: 1001;
|
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 {
|
2016-02-23 07:57:31 +08:00
|
|
|
font-size: 1.786em;
|
2016-02-25 08:46:22 +08:00
|
|
|
margin-top: -5px;
|
2017-10-27 10:39:27 +08:00
|
|
|
color: dark-light-choose($primary-low-mid, $secondary-medium);
|
2016-02-23 07:57:31 +08:00
|
|
|
padding-left: 5px;
|
2017-04-25 08:51:02 +08:00
|
|
|
float: right;
|
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;
|
|
|
|
}
|
|
|
|
}
|