1
0
mirror of synced 2026-01-10 09:02:35 -05:00
Files
docs/stylesheets/alerts.scss
Kevin Heis a7623cdb62 Reorganize SCSS without changing any of the properties or values (#18963)
* Reorganize SCSS without changing any of the properties or values

* Mis-moved a few files

* Split up "other"
2021-04-26 16:18:25 +00:00

14 lines
251 B
SCSS

/* Notes, tips, warning, and danger styles
------------------------------------------------------------------------------*/
.note,
.tip,
.warning,
.danger {
// remove extra space under lists inside of notes
ul,
ol {
margin-bottom: 0;
}
}