File "vc_custom_heading.less"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/js_composer/assets/less/shortcodes/vc_custom_heading.less
File size: 325 bytes
MIME-type: text/plain
Charset: utf-8
// CUSTOM HEADING STYLES
// ------------
.vc_custom_heading {
a,
a:hover,
a:focus,
a:visited {
border: none;
text-decoration: inherit;
color: inherit;
}
a {
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
opacity: 1;
&:hover {
opacity: .85;
}
}
}