| Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/bootstrap/mixins/ |
| Current File : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/bootstrap/mixins/_labels.scss |
// Labels
@mixin label-variant($color) {
background-color: $color;
&[href] {
&:hover,
&:focus {
background-color: darken($color, 10%);
}
}
}