redmine-client/node_modules/bootstrap/less/mixins/labels.less
2014-12-26 04:41:54 +01:00

12 lines
161 B
Text

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