????

Your IP : 3.20.224.218


Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/
Upload File :
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/_labels.scss

// Labels

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