mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 22:54:25 +01:00
9 lines
139 B
Plaintext
Executable File
Vendored
9 lines
139 B
Plaintext
Executable File
Vendored
// Contextual backgrounds
|
|
|
|
.bg-variant(@color) {
|
|
background-color: @color;
|
|
a&:hover {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|