1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-08 02:54:18 +01:00

13 lines
161 B
Plaintext
Raw Normal View History

2015-05-05 03:10:25 +02:00
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}