File "vc_ui-helper.less"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less
File size: 296 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;
  .vc_ui-help-link {
    font-weight: 600;
    color: @vc_main_color;
    text-decoration: none;
    border: none;
    &:hover {
      color: @vc_main_color_hover;
    }
  }
}