mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-26 04:39:09 -04:00
Initial commit
This commit is contained in:
7
public/assets/scss/bootstrap/mixins/_lists.scss
vendored
Normal file
7
public/assets/scss/bootstrap/mixins/_lists.scss
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// Lists
|
||||
|
||||
// Unstyled keeps list items block level, just removes default browser padding and list-style
|
||||
@mixin list-unstyled {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
Reference in New Issue
Block a user