Add responsiveness for footer. Update gulpjs, package.json and bootstrap sass
This commit is contained in:
11
static/assets/bootstrap/sass/mixins/_text-emphasis.sass
Normal file
11
static/assets/bootstrap/sass/mixins/_text-emphasis.sass
Normal file
@@ -0,0 +1,11 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
// Typography
|
||||
|
||||
=text-emphasis-variant($parent, $color)
|
||||
#{$parent}
|
||||
color: $color !important
|
||||
|
||||
a#{$parent}
|
||||
+hover-focus
|
||||
color: darken($color, 10%) !important
|
Reference in New Issue
Block a user