discourse/app/assets/stylesheets/common/components/banner.scss

29 lines
525 B
SCSS
Raw Normal View History

2014-06-18 14:04:10 -04:00
// --------------------------------------------------
// Banner
// --------------------------------------------------
2015-03-30 04:42:14 -04:00
#banner {
padding: 10px;
2017-10-10 16:07:46 -04:00
background: $tertiary-low;
box-shadow: 0 2px 4px -1px rgba(0,0,0, .25);
color: $primary;
z-index: 1001;
overflow: auto;
&.overlay {
position: fixed;
}
2014-06-18 14:04:10 -04:00
.close {
2018-01-12 17:27:38 -05:00
font-size: $font-up-4;
margin-top: -5px;
color: dark-light-choose($primary-low-mid, $secondary-medium);
2016-02-22 18:57:31 -05:00
padding-left: 5px;
float: right;
2014-06-18 14:04:10 -04:00
}
2014-06-18 14:04:10 -04:00
.meta {
display: none;
}
}