♻️ [bootstrap] Reubica archivos estáticos
This commit is contained in:
parent
7d1b365b1c
commit
0a6d343db8
106 changed files with 30 additions and 31 deletions
7
packages/pagetop-bootsier/static/scss/mixins/_lists.scss
vendored
Normal file
7
packages/pagetop-bootsier/static/scss/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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue