Files
documentation/_extensions/odoo/static/bootstrap-3.3.4/less/mixins/labels.less
T

13 lines
161 B
Plaintext
Raw Normal View History

2015-02-11 09:22:56 +01:00
// Labels
.label-variant(@color) {
background-color: @color;
2015-07-08 13:24:24 +02:00
2015-02-11 09:22:56 +01:00
&[href] {
&:hover,
&:focus {
background-color: darken(@color, 10%);
}
}
}