authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author durandn
Mon, 31 Aug 2015 12:22:14 +0200
changeset 87 4ea185b1b7ce
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added custom headers options for AnnotationsList and LatestAnnotation

// Typography

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