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

8 lines
133 B
SCSS

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