1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/resources/assets/less/bootstrap/mixins/labels.less
2015-03-12 10:44:39 +10:00

13 lines
161 B
Plaintext
Executable File
Vendored

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