| Path : /proc/self/root/var/www/html/smartcirqls.com/vendors/bootstrap/less/mixins/ |
| Current File : //proc/self/root/var/www/html/smartcirqls.com/vendors/bootstrap/less/mixins/text-emphasis.less |
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}