mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 14:12:44 +01:00
13 lines
161 B
Plaintext
Executable File
Vendored
13 lines
161 B
Plaintext
Executable File
Vendored
// Labels
|
|
|
|
.label-variant(@color) {
|
|
background-color: @color;
|
|
|
|
&[href] {
|
|
&:hover,
|
|
&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|
|
}
|