authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author rougeronj
Tue, 08 Sep 2015 10:30:55 +0200
changeset 99 72a7ff5f8fad
parent 0 1afc9d2ab94d
permissions -rw-r--r--
update styles and add teacher's and markers' styles

// Typography

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