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

docs._sass.bootstrap.mixins._labels.scss Maven / Gradle / Ivy

// Labels

@mixin label-variant($color) {
  background-color: $color;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy