Add responsiveness for footer. Update gulpjs, package.json and bootstrap sass
This commit is contained in:
17
static/assets/bootstrap/sass/mixins/_list-group.sass
Normal file
17
static/assets/bootstrap/sass/mixins/_list-group.sass
Normal file
@@ -0,0 +1,17 @@
|
||||
// List Groups
|
||||
|
||||
=list-group-item-variant($state, $background, $color)
|
||||
.list-group-item-#{$state}
|
||||
color: $color
|
||||
background-color: $background
|
||||
|
||||
&.list-group-item-action
|
||||
+hover-focus
|
||||
color: $color
|
||||
background-color: darken($background, 5%)
|
||||
|
||||
|
||||
&.active
|
||||
color: $white
|
||||
background-color: $color
|
||||
border-color: $color
|
Reference in New Issue
Block a user