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

fitnesse.resources.bootstrap.less.mixins.labels.less Maven / Gradle / Ivy

// Labels

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy