authserver/testCAS/resources/assets/less/bootstrap/mixins/text-emphasis.less
author durandn
Mon, 02 Nov 2015 16:02:47 +0100
changeset 175 21c941c07e7c
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Changes and fixes for Segments scenarii (segment boxes colors and position, annotations list improvements)

// Typography

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