authserver/testCAS/resources/assets/less/bootstrap/mixins/labels.less
author rougeronj
Tue, 08 Sep 2015 13:31:23 +0200
changeset 103 b2489bd8eff4
parent 0 1afc9d2ab94d
permissions -rw-r--r--
add design for filter in teacher scenario small fix

// Labels

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

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