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

27 lines
422 B
SCSS
Raw Normal View History

2014-06-19 02:04:10 +08:00
// --------------------------------------------------
// Banner
// --------------------------------------------------
2015-03-30 16:42:14 +08:00
#banner {
padding: 10px;
2017-10-11 04:07:46 +08:00
background: $tertiary-low;
color: $primary;
z-index: z("base") + 1;
overflow: auto;
&.overlay {
position: fixed;
}
2014-06-19 02:04:10 +08:00
.close {
margin-top: -5px;
color: $primary-low-mid;
2016-02-23 07:57:31 +08:00
padding-left: 5px;
float: right;
2014-06-19 02:04:10 +08:00
}
2014-06-19 02:04:10 +08:00
.meta {
display: none;
}
}