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

9 lines
164 B
SCSS

.alert.alert-info {
margin-bottom: 0.5em;
&.clickable {
// there are (n) new or updated topics, click to show
margin-bottom: 0;
padding: 1em;
}
}