copyleftconf-website/static/bootstrap/stylesheets/bootstrap/mixins/_labels.scss
2017-06-07 14:57:01 -07:00

12 lines
167 B
SCSS

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