barebones/assets/styles/base/_lists.scss

17 lines
156 B
SCSS
Raw Normal View History

ul,
2015-10-14 12:10:55 +02:00
ol {
margin-left: $base-spacing-unit;
2015-10-14 12:10:55 +02:00
}
li {
> ul,
> ol {
margin-bottom: 0;
}
2015-10-14 12:10:55 +02:00
}
.list--unstyled {
margin-left: 0;
list-style: none;
}