mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
12 lines
161 B
Text
12 lines
161 B
Text
// Labels
|
|
|
|
.label-variant(@color) {
|
|
background-color: @color;
|
|
|
|
&[href] {
|
|
&:hover,
|
|
&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|
|
}
|