authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author ymh <ymh.work@gmail.com>
Thu, 10 Sep 2015 16:18:55 +0200
changeset 112 7eeed16227e4
parent 0 1afc9d2ab94d
permissions -rw-r--r--
increment version

// Typography

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