File "vc_custom_heading.less"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/js_composer/assets/less/popups/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;
    }
  }
}