on remplace knacss par bootstrap 4 allégé
This commit is contained in:
parent
e97ccbbdf2
commit
2079cdcf3c
127 changed files with 24911 additions and 7478 deletions
10
bootstrap/css/mixins/_nav-divider.scss
Normal file
10
bootstrap/css/mixins/_nav-divider.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Horizontal dividers
|
||||
//
|
||||
// Dividers (basically an hr) within dropdowns and nav lists
|
||||
|
||||
@mixin nav-divider($color: #e5e5e5) {
|
||||
height: 0;
|
||||
margin: ($spacer / 2) 0;
|
||||
overflow: hidden;
|
||||
border-top: 1px solid $color;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue