[enh] static content generalization

This commit is contained in:
Adam Tauber 2015-01-12 14:54:16 +01:00
parent 12425618ca
commit 410dbc573b
89 changed files with 1 additions and 494 deletions

View file

@ -0,0 +1,12 @@
// Labels
.label-variant(@color) {
background-color: @color;
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}