File "vc_ui-helper.less"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less
File size: 315 bytes
MIME-type: text/plain
Charset: utf-8

// Helpers
@vcui-help-block-color: #929292;

.vc_ui-help-block {
  color: @vcui-help-block-color;
  font-style: italic;
  a {
    font-weight: 600;
    color: darken(@vcui-help-block-color, 5%);
    text-decoration: none;
    border: none;
    &:hover {
      color: darken(@vcui-help-block-color, 15%);
    }
  }
}