discourse/app/assets/stylesheets/mobile/alert.scss
2021-06-23 15:21:17 -04:00

8 lines
137 B
SCSS

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