summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/lib/bootstrap/less/mixins/text-emphasis.less
blob: 0868ef9f2caaf05c2fdbe9f3f3da1616fe221080 (plain)
1
2
3
4
5
6
7
8
// Typography

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