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

12 lines
193 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-23 05:40:19 +08:00
margin-bottom: -3px;
padding: 15px;
font-size: 1.1em;
}