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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
522 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: 0.5em 1em;
2017-10-10 16:07:46 -04:00
background: $tertiary-low;
color: $primary;
z-index: z("base") + 1;
overflow: auto;
&.overlay {
position: fixed;
}
2014-06-18 14:04:10 -04:00
.close {
color: $primary-low-mid;
2016-02-22 18:57:31 -05:00
padding-left: 5px;
float: right;
.d-icon {
color: $primary-medium;
}
2014-06-18 14:04:10 -04:00
}
2014-06-18 14:04:10 -04:00
.meta {
display: none;
}
}
#banner-content {
hr {
border-color: $primary-medium;
}
}