
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 ???
13 lines
161 B
Plaintext
Executable File
13 lines
161 B
Plaintext
Executable File
// Labels
|
|
|
|
.label-variant(@color) {
|
|
background-color: @color;
|
|
|
|
&[href] {
|
|
&:hover,
|
|
&:focus {
|
|
background-color: darken(@color, 10%);
|
|
}
|
|
}
|
|
}
|