apollodec/Apollo/bower_components/bootstrap/less/mixins/labels.less
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

13 lines
161 B
Plaintext
Executable File

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