0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-12 04:52:19 +01:00
Bootstrap/scss/mixins/_label.scss

12 lines
167 B
SCSS
Raw Normal View History

2014-12-02 14:02:35 -08:00
// Labels
@mixin label-variant($color) {
background-color: $color;
&[href] {
@include hover-focus {
2014-12-02 14:02:35 -08:00
background-color: darken($color, 10%);
}
}
}