documentation/_extensions/odoo_ext/static/bootstrap-3.3.6/less/mixins/labels.less
Victor Feyens 65b85f289d [MOV] odoo -> odoo_ext extensions to avoid naming conflicts
since we now have to import odoo for autodoc in dev doc

TODO: if odoo directory is not found, disable the build of dev doc ???
2020-09-24 17:45:03 +02:00

13 lines
161 B
Plaintext
Executable File

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