mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-25 14:20:49 +02:00
12 lines
161 B
Text
Executable file
12 lines
161 B
Text
Executable file
// Labels
|
|
|
|
.label-variant(@color) {
|
|
background-color: @color;
|
|
|
|
&[href] {
|
|
&:hover,
|
|
&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|
|
}
|