
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 ???
10 lines
128 B
Plaintext
Executable File
10 lines
128 B
Plaintext
Executable File
// Typography
|
|
|
|
.text-emphasis-variant(@color) {
|
|
color: @color;
|
|
a&:hover,
|
|
a&:focus {
|
|
color: darken(@color, 10%);
|
|
}
|
|
}
|