barebones/assets/styles/base/_lists.scss

16 lines
173 B
SCSS
Raw Normal View History

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