authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author julien <julien@erret.com>
Thu, 30 Jul 2015 18:41:04 +0200
changeset 66 4209729fcaf6
parent 0 1afc9d2ab94d
permissions -rw-r--r--
integration of first scenario's design and add Open-Sans fonts

// Typography

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