authserver/testCAS/resources/assets/less/bootstrap/mixins/progress-bar.less
author rougeronj
Tue, 08 Sep 2015 15:25:32 +0200
changeset 104 64ad4987d31c
parent 0 1afc9d2ab94d
permissions -rw-r--r--
add class "selected" on the marker just created bring the selected/hover marker to the foreground

// Progress bars

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

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