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

10 lines
176 B
SCSS

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