* Reorganize SCSS without changing any of the properties or values * Mis-moved a few files * Split up "other"
14 lines
251 B
SCSS
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;
|
|
}
|
|
}
|