|
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, |
| 147 | +.feedzy-accordion-item *{ |
| 148 | + font-size: 15px !important; |
| 149 | +} |
143 | 150 | .feedzy-accordion-item{ |
144 | 151 | background: #ffffff; |
145 | 152 | border: 1px solid #D9D9D9; |
146 | 153 | } |
147 | 154 | .feedzy-accordion-item__title{ |
148 | 155 | position: relative; |
| 156 | + padding: 8px 15px; |
149 | 157 | } |
150 | 158 | .fdz-upgrade-link{ |
151 | 159 | width: 100%; |
|
169 | 177 | border: 0; |
170 | 178 | background: transparent; |
171 | 179 | outline: 0; |
172 | | - padding: 30px 90px 30px 30px; |
| 180 | + padding: 10px; |
173 | 181 | } |
174 | 182 | .feedzy-accordion-item .feedzy-accordion__step-number{ |
175 | 183 | padding-bottom: 10px; |
176 | 184 | } |
177 | 185 | .feedzy-accordion-item .feedzy-accordion__step-title{ |
178 | 186 | color: #050505; |
| 187 | + line-height: 1.3; |
179 | 188 | } |
180 | 189 | .feedzy-accordion-item .feedzy-accordion__icon{ |
181 | 190 | position: absolute; |
182 | 191 | right: 30px; |
183 | 192 | top: 50%; |
184 | | - margin-top: -24px; |
185 | | - width: 48px; |
186 | | - height: 48px; |
| 193 | + margin-top: -15px; |
| 194 | + width: 30px; |
| 195 | + height: 30px; |
187 | 196 | background: #F0F2F5; |
188 | 197 | border-radius: 24px; |
189 | 198 | display: flex; |
190 | 199 | align-items: center; |
191 | 200 | justify-content: center; |
192 | 201 | font-size: 20px; |
193 | | - line-height: 1; |
| 202 | + line-height: 1.5; |
194 | 203 | color: #757575; |
195 | 204 | -webkit-transition: all 0.3s ease-in-out; |
196 | 205 | -moz-transition: all 0.3s ease-in-out; |
197 | 206 | -o-transition: all 0.3s ease-in-out; |
198 | 207 | transition: all 0.3s ease-in-out; |
199 | 208 | } |
| 209 | +.feedzy-accordion-item .feedzy-accordion__icon .dashicons{ |
| 210 | + line-height: 1.5; |
| 211 | +} |
200 | 212 | .feedzy-accordion-item .feedzy-accordion__icon.feedzy-accordion__icon--success{ |
201 | 213 | width: 24px; |
202 | 214 | height: 24px; |
|
235 | 247 | -moz-transition: all 0.3s ease-in-out; |
236 | 248 | -o-transition: all 0.3s ease-in-out; |
237 | 249 | transition: all 0.3s ease-in-out; |
| 250 | + font-size: 10px !important; |
| 251 | + margin-right: 5px; |
238 | 252 | } |
239 | 253 | .feedzy-accordion .feedzy-accordion-item .is-active .feedzy-accordion__step-number{ |
240 | 254 | opacity: 1; |
|
297 | 311 | height: auto; |
298 | 312 | min-height: 48px; |
299 | 313 | padding-top: 2px; |
| 314 | + line-height: 0; |
300 | 315 | } |
301 | 316 |
|
302 | 317 | .fz-form-wrap .form-control:focus { |
@@ -377,6 +392,16 @@ fieldset[disabled] .form-control { |
377 | 392 | .fz-input-group .fz-input-group-right .dropdown-toggle{ |
378 | 393 | min-width: 150px; |
379 | 394 | } |
| 395 | +.fz-input-group .fz-insert-tags{ |
| 396 | + top: 7px; |
| 397 | + right: 10px; |
| 398 | +} |
| 399 | +.fz-input-group .fz-insert-tags button.dropdown-toggle { |
| 400 | + padding: 5px 20px; |
| 401 | + border: 2px solid; |
| 402 | + border-radius: 5px; |
| 403 | + min-width: auto; |
| 404 | +} |
380 | 405 | .fz-input-group .help-text{ |
381 | 406 | padding-top: 8px; |
382 | 407 | } |
@@ -946,6 +971,13 @@ input.fz-switch-toggle[type=checkbox]:checked:before{ |
946 | 971 | .tag-list .tagify{ |
947 | 972 | border: 0; |
948 | 973 | } |
| 974 | +.fz-form-wrap .tagify>.tagify__tag{ |
| 975 | + margin: 5px 7px 7px; |
| 976 | +} |
| 977 | +.fz-form-wrap .tagify .tagify__tag .tagify__input, |
| 978 | +.fz-form-wrap .tagify .tagify__input{ |
| 979 | + padding: 5px; |
| 980 | +} |
949 | 981 | .fz-form-wrap .tagify__tag{ |
950 | 982 | position: relative; |
951 | 983 | margin-left: 2px; |
|
0 commit comments