Your IP : 216.73.216.95


Current Path : /var/www/alh/admin/view/stylesheet/sass/bootstrap/mixins/
Upload File :
Current File : /var/www/alh/admin/view/stylesheet/sass/bootstrap/mixins/_labels.scss

// Labels

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

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