mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-11 20:12:59 +00: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%);
|
|
}
|
|
}
|
|
}
|