mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-05-21 23:49:36 +08: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%);
|
||
|
}
|
||
|
}
|
||
|
}
|