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

META-INF.resources.livelog.jslib.bootstrap.less.mixins.labels.less Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
// Labels

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy