2014-06-18 14:04:10 -04:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Banner
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2015-02-27 01:19:18 -05:00
|
|
|
#banner, .banner {
|
2014-06-18 18:02:57 -04:00
|
|
|
padding: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background: scale-color($tertiary, $lightness: 90%);
|
2014-10-10 18:02:46 -04:00
|
|
|
box-shadow: 0 1px 2px scale-color($tertiary, $lightness: 70%);
|
2014-12-10 10:46:30 -05:00
|
|
|
color: darken($tertiary, 45%);
|
2014-06-20 12:53:12 -04:00
|
|
|
z-index: 501;
|
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 {
|
2014-12-15 22:12:56 -05:00
|
|
|
font-size: 1.786em !important;
|
2014-06-18 18:02:57 -04:00
|
|
|
margin-top: -10px !important;
|
2014-12-10 10:46:30 -05:00
|
|
|
color: darken($tertiary, 45%);
|
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;
|
|
|
|
}
|
|
|
|
}
|