authserver/testCAS/resources/assets/less/bootstrap/mixins/progress-bar.less
author durandn
Thu, 10 Sep 2015 18:39:45 +0200
changeset 123 681b48b19e3f
parent 0 1afc9d2ab94d
permissions -rw-r--r--
test monkeypatching for django_cas_ng

// Progress bars

.progress-bar-variant(@color) {
  background-color: @color;

  // Deprecated parent class requirement as of v3.2.0
  .progress-striped & {
    #gradient > .striped();
  }
}