All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.resources.bootstrap.less.mixins.progress-bar.less Maven / Gradle / Ivy

The newest version!
// Progress bars

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy