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

29 lines
534 B
SCSS

// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
padding: 10px;
background: $tertiary-low;
box-shadow: 0 2px 4px -1px rgba(0,0,0, .25);
color: $primary;
z-index: z("base") + 1;
overflow: auto;
&.overlay {
position: fixed;
}
.close {
font-size: $font-up-4;
margin-top: -5px;
color: dark-light-choose($primary-low-mid, $secondary-medium);
padding-left: 5px;
float: right;
}
.meta {
display: none;
}
}