source: imaps-frontend/node_modules/bootstrap/scss/mixins/_lists.scss

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • 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.