mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
13 lines
207 B
SCSS
13 lines
207 B
SCSS
.alert {
|
|
margin: 15px 0 5px 0;
|
|
}
|
|
|
|
// there are (n) new or updated topics, click to show
|
|
.alert.alert-info {
|
|
margin: 0;
|
|
margin-bottom: -3px;
|
|
margin-top: -5px;
|
|
padding: 15px;
|
|
font-size: $font-0;
|
|
}
|