Files
old-wiaas-legacy/api-wiaas/client/js/bower_components/bootstrap/less/mixins/text-emphasis.less

10 lines
128 B
Plaintext
Raw Normal View History

2018-06-11 11:09:35 +02:00
// Typography
.text-emphasis-variant(@color) {
color: @color;
a&:hover,
a&:focus {
color: darken(@color, 10%);
}
}