discourse/app/assets/stylesheets/mobile/alert.scss

13 lines
217 B
SCSS
Raw Normal View History

.alert {
margin: 15px 0 5px 0;
}
// there are (n) new or updated topics, click to show
.alert.alert-info {
margin: 0;
2015-10-22 17:40:19 -04:00
margin-bottom: -3px;
margin-top: -5px;
padding: 15px;
2018-01-12 17:27:38 -05:00
font-size: $font-0;
}