93
93
.mx-320 {
94
94
max-width : 320px ;
95
95
}
96
+ .position-relative {position : relative;}
97
+ .position-absolute {position : absolute;}
98
+
96
99
.feedzy-wrap a : not (# fz-feedback-btn ): focus {
97
100
box-shadow : none;
98
101
outline : 0 ;
140
143
}
141
144
142
145
/* feedzy accordion style start */
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
+ ) {
174
+ font-size : 15px ;
175
+ }
143
176
.feedzy-accordion-item {
144
177
background : # ffffff ;
145
178
border : 1px solid # D9D9D9 ;
146
179
}
147
180
.feedzy-accordion-item__title {
148
181
position : relative;
182
+ padding : 8px 15px ;
149
183
}
150
184
.fdz-upgrade-link {
151
185
width : 100% ;
169
203
border : 0 ;
170
204
background : transparent;
171
205
outline : 0 ;
172
- padding : 30 px 90 px 30 px 30 px ;
206
+ padding : 10 px ;
173
207
}
174
208
.feedzy-accordion-item .feedzy-accordion__step-number {
175
209
padding-bottom : 10px ;
176
210
}
177
211
.feedzy-accordion-item .feedzy-accordion__step-title {
178
212
color : # 050505 ;
213
+ line-height : 1.3 ;
179
214
}
180
215
.feedzy-accordion-item .feedzy-accordion__icon {
181
216
position : absolute;
182
217
right : 30px ;
183
218
top : 50% ;
184
- margin-top : -24 px ;
185
- width : 48 px ;
186
- height : 48 px ;
219
+ margin-top : -15 px ;
220
+ width : 30 px ;
221
+ height : 30 px ;
187
222
background : # F0F2F5 ;
188
223
border-radius : 24px ;
189
224
display : flex;
190
225
align-items : center;
191
226
justify-content : center;
192
227
font-size : 20px ;
193
- line-height : 1 ;
228
+ line-height : 1.5 ;
194
229
color : # 757575 ;
195
230
-webkit-transition : all 0.3s ease-in-out;
196
231
-moz-transition : all 0.3s ease-in-out;
197
232
-o-transition : all 0.3s ease-in-out;
198
233
transition : all 0.3s ease-in-out;
199
234
}
235
+ .feedzy-accordion-item .feedzy-accordion__icon .dashicons {
236
+ line-height : 1.5 ;
237
+ }
200
238
.feedzy-accordion-item .feedzy-accordion__icon .feedzy-accordion__icon--success {
201
239
width : 24px ;
202
240
height : 24px ;
235
273
-moz-transition : all 0.3s ease-in-out;
236
274
-o-transition : all 0.3s ease-in-out;
237
275
transition : all 0.3s ease-in-out;
276
+ font-size : 10px ;
277
+ margin-right : 5px ;
238
278
}
239
279
.feedzy-accordion .feedzy-accordion-item .is-active .feedzy-accordion__step-number {
240
280
opacity : 1 ;
299
339
height : auto;
300
340
min-height : 48px ;
301
341
padding-top : 2px ;
342
+ line-height : 0 ;
343
+ display : flex;
344
+ align-items : center;
302
345
}
303
346
304
347
.fz-form-wrap .form-control : focus {
@@ -379,6 +422,16 @@ fieldset[disabled] .form-control {
379
422
.fz-input-group .fz-input-group-right .dropdown-toggle {
380
423
min-width : 150px ;
381
424
}
425
+ .fz-input-group .fz-insert-tags {
426
+ top : 7px ;
427
+ right : 10px ;
428
+ }
429
+ .fz-input-group .fz-insert-tags button .dropdown-toggle {
430
+ padding : 5px 20px ;
431
+ border : 2px solid;
432
+ border-radius : 5px ;
433
+ min-width : auto;
434
+ }
382
435
.fz-input-group .help-text {
383
436
padding-top : 8px ;
384
437
}
@@ -2643,6 +2696,9 @@ li.draggable-item .components-panel__body-toggle.components-button{
2643
2696
font-weight : 500 ;
2644
2697
color : # 757575 ;
2645
2698
}
2699
+ span .dashicons {
2700
+ line-height : 1.3 ;
2701
+ }
2646
2702
@-webkit-keyframes spin {
2647
2703
100% { -webkit-transform : rotate (360deg ); }
2648
2704
}
@@ -2888,3 +2944,7 @@ button.feedzy-action-button {
2888
2944
gap : 1rem ;
2889
2945
margin-bottom : 20px ;
2890
2946
}
2947
+
2948
+ # feedzy-validate-feed .dashicons {
2949
+ font-size : 20px ;
2950
+ }
0 commit comments