authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author ymh <ymh.work@gmail.com>
Fri, 11 Sep 2015 14:07:13 +0200
changeset 124 8b742651d655
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Correct monkeypatching + create new version to test on live server

// Typography

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