authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author durandn
Fri, 13 Nov 2015 14:58:35 +0100
changeset 181 f2d46072794a
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Fixed preview marker scenario iframe so it uses new layout

// Typography

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