documentation/_themes/odoodoc/static/bootstrap/less/mixins/labels.less
Xavier Morel 0ab12904e1 [ADD] initial closing
todo: chart of accounts thing
2015-02-11 09:22:56 +01:00

13 lines
163 B
Plaintext

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