authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author ymh <ymh.work@gmail.com>
Mon, 20 Jul 2015 16:36:59 +0200
changeset 48 3e7136c28fd2
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Bump version to 00.00.09

// Typography

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