Add responsiveness for footer. Update gulpjs, package.json and bootstrap sass
This commit is contained in:
9
static/assets/bootstrap/sass/mixins/_nav-divider.sass
Normal file
9
static/assets/bootstrap/sass/mixins/_nav-divider.sass
Normal file
@@ -0,0 +1,9 @@
|
||||
// Horizontal dividers
|
||||
//
|
||||
// Dividers (basically an hr) within dropdowns and nav lists
|
||||
|
||||
=nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y)
|
||||
height: 0
|
||||
margin: $margin-y 0
|
||||
overflow: hidden
|
||||
border-top: 1px solid $color
|
Reference in New Issue
Block a user