2014-06-18 14:04:10 -04:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Banner
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
#banner {
|
|
|
|
margin-bottom: 10px;
|
2014-06-18 18:02:57 -04:00
|
|
|
padding: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background: scale-color($tertiary, $lightness: 90%);
|
|
|
|
@include box-shadow(0 1px 2px scale-color($tertiary, $lightness: 70%));
|
2014-06-20 12:53:12 -04:00
|
|
|
max-width: 1090px;
|
|
|
|
z-index: 501;
|
|
|
|
|
|
|
|
&.overlay {
|
|
|
|
position: fixed;
|
|
|
|
}
|
2014-06-18 18:02:57 -04:00
|
|
|
|
2014-06-18 14:04:10 -04:00
|
|
|
.close {
|
|
|
|
font-size: 25px !important;
|
2014-06-18 18:02:57 -04:00
|
|
|
margin-top: -10px !important;
|
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;
|
|
|
|
}
|
|
|
|
}
|