| Server IP : 162.144.4.212 / Your IP : 216.73.216.50 Web Server : Apache System : Linux gator2125.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home4/cozeellc/public_html/wp-content/plugins/js_composer/assets/less/wp/ |
Upload File : |
/* WP Accordion */
.vc_wp-accordion {
margin: 0;
padding: 0;
.vc_wp-accordion-panel {
margin: 0;
padding: 0;
}
.vc_wp-accordion-panel-title {
margin: 0;
}
.vc_wp-accordion-panel-body {
box-sizing: content-box;
display: none;
overflow: hidden;
transition-property: color, padding;
transition-duration: .2s;
transition-timing-function: ease-in-out;
}
.vc_active,
.vc_animating {
.vc_wp-accordion-panel-body {
display: block;
}
}
}