mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
13 lines
163 B
Text
13 lines
163 B
Text
|
// Labels
|
||
|
|
||
|
.label-variant(@color) {
|
||
|
background-color: @color;
|
||
|
|
||
|
&[href] {
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
background-color: darken(@color, 10%);
|
||
|
}
|
||
|
}
|
||
|
}
|