mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
|
// Labels
|
||
|
|
||
|
.label-variant(@color) {
|
||
|
background-color: @color;
|
||
|
|
||
|
&[href] {
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
background-color: darken(@color, 10%);
|
||
|
}
|
||
|
}
|
||
|
}
|