HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/delstar/wp-content/plugins/js_composer/assets/less/backend_shortcodes/vc_toggle.less
/* 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;
  }
}