1
0
mirror of https://github.com/fmtlib/fmt.git synced 2025-01-18 01:12:20 +00:00
fmt/doc/bootstrap/mixins/labels.less
2015-05-19 08:13:13 -07:00

13 lines
161 B
Plaintext

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