1
0
Fork 0
mirror of https://github.com/medialab-prado/datamad2017.git synced 2025-02-24 14:10:19 +01:00
datamad2017/_sass/vendor/bootstrap/mixins/_labels.scss

12 lines
169 B
SCSS

// Labels
@mixin label-variant($color) {
background-color: $color;
&[href] {
&:hover,
&:focus {
background-color: darken($color, 10%);
}
}
}