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;
|
|
|
|
border-radius: 5px;
|
|
|
|
background: scale-color($tertiary, $lightness: 90%);
|
2014-10-11 06:02:46 +08:00
|
|
|
box-shadow: 0 1px 2px scale-color($tertiary, $lightness: 70%);
|
2014-12-10 23:46:30 +08:00
|
|
|
color: darken($tertiary, 45%);
|
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 {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.786em !important;
|
2014-06-19 06:02:57 +08:00
|
|
|
margin-top: -10px !important;
|
2014-12-10 23:46:30 +08:00
|
|
|
color: darken($tertiary, 45%);
|
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;
|
|
|
|
}
|
|
|
|
}
|