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

8 lines
127 B
SCSS

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