mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 23:39:07 +01:00
9 lines
151 B
Text
Executable file
9 lines
151 B
Text
Executable file
// Contextual backgrounds
|
|
|
|
.bg-variant(@color) {
|
|
background-color: @color;
|
|
a&:hover,
|
|
a&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|