Add responsiveness for footer. Update gulpjs, package.json and bootstrap sass
This commit is contained in:
9
static/assets/bootstrap/sass/mixins/_badge.sass
Normal file
9
static/assets/bootstrap/sass/mixins/_badge.sass
Normal file
@@ -0,0 +1,9 @@
|
||||
=badge-variant($bg)
|
||||
color: color-yiq($bg)
|
||||
background-color: $bg
|
||||
|
||||
&[href]
|
||||
+hover-focus
|
||||
color: color-yiq($bg)
|
||||
text-decoration: none
|
||||
background-color: darken($bg, 10%)
|
Reference in New Issue
Block a user