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

26 lines
489 B
SCSS

// --------------------------------------------------
// Banner
// --------------------------------------------------
#banner {
padding: 10px;
border-radius: 5px;
background: scale-color($tertiary, $lightness: 90%);
@include box-shadow(0 1px 2px scale-color($tertiary, $lightness: 70%));
z-index: 501;
overflow: auto;
&.overlay {
position: fixed;
}
.close {
font-size: 25px !important;
margin-top: -10px !important;
}
.meta {
display: none;
}
}