?
home/cideo/www/wp-contentVIp/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less 0000666 00000000473 15127531637 0025755 0 ustar 00 // 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%);
}
}
}