mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
12 lines
161 B
Text
12 lines
161 B
Text
// Labels
|
|
|
|
.label-variant(@color) {
|
|
background-color: @color;
|
|
|
|
&[href] {
|
|
&:hover,
|
|
&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|
|
}
|