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