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

9 lines
116 B
Plaintext

// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover {
color: darken(@color, 10%);
}
}