|
143 | 143 | }
|
144 | 144 |
|
145 | 145 | /* feedzy accordion style start */
|
146 |
| -.feedzy-accordion-item .fz-form-wrap .form-label, |
147 |
| -.feedzy-accordion-item .fz-form-wrap .form-control, |
148 |
| -.feedzy-accordion-item .feedzy-accordion__step-title, |
149 |
| -.feedzy-accordion-item .btn, |
150 |
| -.feedzy-accordion-item .cta-text a, |
151 |
| -.feedzy-accordion-item .fz-tabs-menu ul li a, |
152 |
| -.feedzy-accordion-item .fz-form-wrap .chosen-container .chosen-single, |
153 |
| -.feedzy-accordion-item .fz-form-wrap .chosen-container .chosen-choices, |
154 |
| -.feedzy-accordion-item .fz-form-wrap .chosen-container-multi .chosen-choices li.search-choice, |
155 |
| -.feedzy-accordion-item .dashicons, |
156 |
| -.feedzy-accordion-item .h1, |
157 |
| -.feedzy-accordion-item .h2, |
158 |
| -.feedzy-accordion-item .h3, |
159 |
| -.feedzy-accordion-item .h4, |
160 |
| -.feedzy-accordion-item .h5, |
161 |
| -.feedzy-accordion-item .h6, |
162 |
| -.feedzy-accordion-item .fz-condition-control .components-input-control__label, |
163 |
| -.feedzy-accordion-item .fz-condition-control .components-select-control__input, |
164 |
| -.feedzy-accordion-item .fz-condition-control input, |
165 |
| -.feedzy-accordion-item .fz-condition-control button, |
166 |
| -.feedzy-accordion-item .fz-panel-tab__header__label, |
167 |
| -.feedzy-accordion-item .fz-form-wrap .chosen-container-multi .chosen-choices li.search-field input[type="text"], |
168 |
| -.feedzy-accordion-item .fz-form-wrap .form-control .tagify__tag-text{ |
| 146 | +.feedzy-accordion-item :is( |
| 147 | + .feedzy-accordion__step-title, |
| 148 | + .btn, |
| 149 | + .cta-text a, |
| 150 | + .dashicons, |
| 151 | + .h1, .h2, .h3, .h4, .h5, .h6, |
| 152 | + .fz-panel-tab__header__label, |
| 153 | + .fz-tabs-menu ul li a, |
| 154 | + .fz-form-wrap :is( |
| 155 | + .form-label, |
| 156 | + .form-control, |
| 157 | + .form-control .tagify__tag-text, |
| 158 | + .chosen-container :is( |
| 159 | + .chosen-single, |
| 160 | + .chosen-choices |
| 161 | + ), |
| 162 | + .chosen-container-multi .chosen-choices :is( |
| 163 | + li.search-choice, |
| 164 | + li.search-field input[type="text"] |
| 165 | + ) |
| 166 | + ), |
| 167 | + .fz-condition-control :is( |
| 168 | + .components-input-control__label, |
| 169 | + .components-select-control__input, |
| 170 | + input, |
| 171 | + button |
| 172 | + ) |
| 173 | +) { |
169 | 174 | font-size: 15px;
|
170 | 175 | }
|
171 | 176 | .feedzy-accordion-item{
|
|
0 commit comments