Your IP : 216.73.216.187


Current Path : /home/exhehbu/wp/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/
Upload File :
Current File : /home/exhehbu/wp/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less

// Labels

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