authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author durandn
Mon, 07 Sep 2015 16:36:33 +0200
changeset 95 8ecee14c6d81
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Updated Readme and homestead test app

// Typography

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