authserver/testCAS/resources/assets/less/bootstrap/mixins/labels.less
author durandn
Tue, 06 Oct 2015 16:40:59 +0200
changeset 172 fc6cb4ccffc4
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Updated mdplayer with corrections to oaubert changes

// Labels

.label-variant(@color) {
  background-color: @color;

  &[href] {
    &:hover,
    &:focus {
      background-color: darken(@color, 10%);
    }
  }
}