0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-24 16:52:19 +01:00
Bootstrap/scss/mixins/_badge.scss

12 lines
165 B
SCSS
Raw Normal View History

2016-02-11 03:54:30 -05:00
// Tags
2014-12-02 14:02:35 -08:00
@mixin badge-variant($color) {
2014-12-02 14:02:35 -08:00
background-color: $color;
&[href] {
@include hover-focus {
2014-12-02 14:02:35 -08:00
background-color: darken($color, 10%);
}
}
}