1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--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 17:02:35 -05:00
@mixin badge-variant($color) {
2014-12-02 17:02:35 -05:00
background-color: $color;
&[href] {
@include hover-focus {
2014-12-02 17:02:35 -05:00
background-color: darken($color, 10%);
}
}
}