7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
// Panels
|
|
|
|
.tag-variant(@bg) {
|
|
color: #FFF;
|
|
background-color: lighten(@bg, 8%);
|
|
}
|