source: Application/ocrent/wwwroot/lib/bootstrap/scss/mixins/_lists.scss

Last change on this file was f5f7c24, checked in by 192011 <mk.snicker@…>, 15 months ago

Initial commit

  • Property mode set to 100644
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.