This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/mobile/alert.scss
2019-04-17 09:37:42 -04:00

8 lines
127 B
SCSS

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