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