2014-06-18 20:04:10 +02:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Banner
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
#banner {
|
2014-06-19 00:02:57 +02:00
|
|
|
padding: 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
background: scale-color($tertiary, $lightness: 90%);
|
2014-10-10 15:02:46 -07:00
|
|
|
box-shadow: 0 1px 2px scale-color($tertiary, $lightness: 70%);
|
2014-06-20 18:53:12 +02:00
|
|
|
z-index: 501;
|
2014-08-28 16:15:48 +02:00
|
|
|
overflow: auto;
|
2014-06-20 18:53:12 +02:00
|
|
|
|
|
|
|
&.overlay {
|
|
|
|
position: fixed;
|
|
|
|
}
|
2014-06-19 00:02:57 +02:00
|
|
|
|
2014-06-18 20:04:10 +02:00
|
|
|
.close {
|
|
|
|
font-size: 25px !important;
|
2014-06-19 00:02:57 +02:00
|
|
|
margin-top: -10px !important;
|
2014-06-18 20:04:10 +02:00
|
|
|
}
|
2014-06-20 18:56:26 +02:00
|
|
|
|
2014-06-18 20:04:10 +02:00
|
|
|
.meta {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|