source:
imaps-frontend/node_modules/bootstrap/scss/mixins/_lists.scss
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 168 bytes |
Line | |
---|---|
1 | // Lists |
2 | |
3 | // Unstyled keeps list items block level, just removes default browser padding and list-style |
4 | @mixin list-unstyled { |
5 | padding-left: 0; |
6 | list-style: none; |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.