authserver/testCAS/resources/assets/less/bootstrap/mixins/progress-bar.less
author durandn
Tue, 13 Sep 2016 17:06:44 +0200
changeset 199 fe88e9c5dd60
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added tag 00.00.29 for changeset 2a51b81d594e

// Progress bars

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

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