File "vc_toggle.less"

Full Path: /home/fineflavourcocoa/public_html/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_toggle.less
File size: 587 bytes
MIME-type: text/plain
Charset: utf-8

/* FAQ, Toggle
---------------------------------------------------------- */
.wpb_vc_toggle {
  .wpb_element_wrapper {
    min-height: 1px;

    .vc_toggle_title {
      font-size: 1em;
      margin: 0 !important;
      line-height: inherit;
      cursor: pointer;

      background: url(../vc/plus.png) left 3px no-repeat;
      padding-left: 20px !important;
    }
    .vc_toggle_title_active {
      background-image: url(../vc/minus.png);
    }

    .vc_toggle_content {
      display: none;
      margin-top: 0.8em;
    }
  }
  .vc_admin_label {
    display: none !important;
  }
}