Files
discourse/app/assets/stylesheets/mobile/alert.scss
2015-01-23 23:39:44 -08:00

11 lines
168 B
SCSS

.alert {
margin: 15px 0 5px 0;
}
// there are (n) new or updated topics, click to show
.alert.alert-info {
margin: 0;
padding: 15px;
font-size: 1.1em;
}