mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
15 lines
264 B
SCSS
15 lines
264 B
SCSS
|
// --------------------------------------------------
|
||
|
// Banner
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
#banner {
|
||
|
margin-bottom: 10px;
|
||
|
.close {
|
||
|
font-size: 25px !important;
|
||
|
margin-top: 0 !important;
|
||
|
}
|
||
|
.meta {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|