PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.83
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.83
51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / extensions / Popup_Builder / admin.css

admin.css in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.83, at includes/extensions/Popup_Builder/admin.css

468 lines 9.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: 'Inter';
3 font-style: normal;
4 font-weight: 100 900;
5 font-display: swap;
6 src: url('../../admin/fonts/Inter.woff2') format('woff2');
7 }
8
9 #wpbody * {
10 font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
11 }
12
13 #wpbody .dashicons,
14 #wpbody .dashicons-before:before {
15 font-family: dashicons, serif;
16 }
17
18 .king-addons-pb-user-template {
19 font-size: 13px;
20 font-weight: 600;
21 line-height: 50px;
22 position: relative;
23 display: block;
24 overflow: hidden;
25 box-sizing: border-box;
26 width: 200px;
27 height: 50px;
28 padding: 0 20px;
29 cursor: pointer;
30 letter-spacing: 1px;
31 text-transform: uppercase;
32 color: #ffffff;
33 border: none;
34 border-radius: 5px;
35 background: linear-gradient(45deg, #5B03FF, #9B62FF);
36 /* background: linear-gradient(45deg, #E1CBFF, #9B62FF 50%, #5B03FF); */
37 }
38
39 /*noinspection CssNonIntegerLengthInPixels*/
40 .king-addons-pb-my-templates-list .king-addons-pb-action-buttons > * {
41 font-size: 13px;
42 display: inline-block;
43 margin-right: 10px;
44 padding: 6px 25px;
45 letter-spacing: 0.5px;
46 border: 0;
47 border-radius: 8px;
48 }
49
50 .king-addons-pb-my-templates-list .king-addons-pb-edit-template {
51 transition: all 100ms linear;
52 background: #595959;
53 }
54
55 .king-addons-pb-my-templates-list .king-addons-pb-template-conditions {
56 transition: all 100ms linear;
57 color: black;
58 background: #dfdee2;
59 }
60
61 .king-addons-pb-my-templates-list .king-addons-pb-delete-template {
62 transition: all 100ms linear;
63 background: #FF4040;
64 }
65
66 .king-addons-pb-my-templates-list .king-addons-pb-action-buttons > *:last-child {
67 margin-right: 0;
68 }
69
70 .king-addons-pb-my-templates-list .king-addons-pb-action-buttons {
71 float: right;
72 }
73
74 .king-addons-pb-my-templates-list li h3 {
75 font-size: 16px;
76 line-height: 34px;
77 float: left;
78 margin: 0;
79 text-transform: capitalize;
80 color: #1d1d1f;
81 }
82
83 .king-addons-pb-my-templates-list li {
84 overflow: hidden;
85 margin-bottom: 15px;
86 padding: 20px 20px 20px 35px;
87 border-radius: 5px;
88 background: #f5f5f7;
89 }
90
91 .king-addons-pb-my-templates-list {
92 width: 65%;
93 }
94
95 .king-addons-pb-nav-tab-wrapper {
96 padding-top: 0;
97 transform: translateY(-100%);
98 border-bottom: 0;
99 }
100
101 .king-addons-pb-nav-tab-wrapper a {
102 font-size: 16px;
103 margin-right: 15px;
104 margin-left: 0;
105 padding: 13px 35px;
106 color: #333;
107 border: 0 !important;
108 border-radius: 3px 4px 0 0;
109 background-color: transparent;
110 }
111
112 .king-addons-pb-nav-tab-wrapper .nav-tab-active {
113 color: #6A4BFF;
114 background: #ffffff;
115 box-shadow: 3px -2px 5px rgba(0, 0, 0, 0.03);
116 }
117
118 .king-addons-pb-admin-popup-wrap {
119 position: fixed;
120 z-index: 9999;
121 top: 0;
122 left: 0;
123 display: none;
124 width: 100%;
125 height: 100%;
126 background-color: rgba(0, 0, 0, 0.6);
127 backdrop-filter: blur(20px);
128 }
129
130 .king-addons-pb-admin-popup {
131 position: absolute;
132 top: 50%;
133 left: 50%;
134 display: flex;
135 overflow-y: auto;
136 align-items: center;
137 flex-direction: column;
138 justify-content: space-around;
139 width: 80%;
140 max-width: 850px;
141 max-height: 710px;
142 padding: 70px 30px 30px 30px;
143 transform: translate(-50%, -50%);
144 border-radius: 24px;
145 background: white;
146 box-shadow: 0 11px 34px 0 rgb(0 0 0 / 5%);
147 }
148
149 .king-addons-pb-user-template-popup {
150 padding-top: 40px;
151 }
152
153 .king-addons-pb-admin-popup header {
154 margin-top: 0;
155 margin-bottom: 20px;
156 text-align: center;
157 }
158
159 .king-addons-pb-user-template-popup header {
160 margin-bottom: 27px;
161 }
162
163 .king-addons-pb-admin-popup header h2 {
164 font-size: 26px;
165 font-weight: 600;
166 margin: 25px auto;
167 color: #1d1d1f;
168 }
169
170 .king-addons-pb-user-template-popup p {
171 max-width: 70%;
172 margin: auto;
173 }
174
175 .king-addons-pb-admin-popup header p {
176 font-size: 15px;
177 margin-top: 0;
178 margin-bottom: 0;
179 color: #6e6e73;
180 }
181
182 input.king-addons-pb-user-template-title {
183 font-size: 16px;
184 font-weight: 400;
185 width: 350px;
186 padding: 10px 20px;
187 border: 1px solid #86868b;
188 border-radius: 12px;
189 }
190
191 .king-addons-pb-user-template-popup .king-addons-pb-create-template {
192 font-size: 13px;
193 font-weight: 600;
194 line-height: 2;
195 display: inline-block;
196 margin-top: 60px;
197 margin-left: auto;
198 padding: 10px 30px;
199 cursor: pointer;
200 transition: all 100ms linear;
201 letter-spacing: 1px;
202 text-transform: uppercase;
203 color: #ffffff;
204 border: none;
205 border-radius: 12px;
206 background: linear-gradient(45deg, #5B03FF, #9B62FF);
207 background: #772fff;
208 }
209
210 .king-addons-pb-admin-popup .close-popup {
211 font-size: 26px;
212 line-height: 36px;
213 position: absolute;
214 top: 20px;
215 right: 20px;
216 width: 36px;
217 height: 36px;
218 cursor: pointer;
219 color: white;
220 border-radius: 100%;
221 background: rgb(29, 29, 31);
222 }
223
224 .king-addons-pb-user-template .plus-icon {
225 font-size: 18px;
226 line-height: 28px;
227 display: block;
228 float: right;
229 width: 30px;
230 height: 30px;
231 margin-top: 10px;
232 text-align: center;
233 color: #333;
234 border-radius: 50%;
235 background-color: #ffffff;
236 }
237
238 /*noinspection CssNonIntegerLengthInPixels*/
239 .king-addons-pb-settings-page-header p {
240 font-size: 15px;
241 font-weight: 400;
242 margin-top: 15px;
243 margin-bottom: 30px;
244 letter-spacing: normal;
245 color: rgb(255 255 255 / 70%);
246 }
247
248 .king-addons-pb-settings-page-header h1 {
249 font-size: 24px;
250 font-weight: 600;
251 line-height: 1;
252 display: inline-block;
253 margin: 0;
254 padding: 0;
255 letter-spacing: 0;
256 color: white;
257 }
258
259 .king-addons-pb-settings-page-header {
260 position: relative;
261 display: flex;
262 flex-direction: column;
263 margin-bottom: 15px;
264 padding: 30px 30px;
265 background: #1a1b1b;
266 }
267
268 .king-addons-pb-settings-page-wrap {
269 margin: 0;
270 }
271
272 .king-addons-pb-add-conditions {
273 font-size: 13px;
274 font-weight: 600;
275 position: relative;
276 margin-top: 30px;
277 padding: 8px 20px;
278 cursor: pointer;
279 transition: all 100ms linear;
280 letter-spacing: 1px;
281 text-transform: uppercase;
282 color: #ffffff;
283 border-radius: 5px;
284 background: #595959;
285 }
286
287 .king-addons-pb-add-conditions:hover {
288 background: #6d6d6d;
289 }
290
291 .king-addons-pb-conditions-sample {
292 display: none !important;
293 }
294
295 .king-addons-pb-admin-popup header {
296 margin-top: 0;
297 margin-bottom: 25px;
298 text-align: center;
299 }
300
301 .king-addons-pb-conditions {
302 position: relative;
303 display: flex;
304 align-items: center;
305 width: 760px;
306 margin-top: 10px;
307 padding: 15px;
308 border-radius: 8px;
309 background: #f5f5f7;
310 }
311
312 .king-addons-pb-condition-popup select {
313 text-transform: capitalize;
314 }
315
316 .king-addons-pb-conditions select {
317 flex-grow: 1;
318 height: 100%;
319 margin-right: 5px;
320 padding-top: 5px;
321 padding-bottom: 5px;
322 border: 1px solid #86868b;
323 border-radius: 7px;
324 background-size: 14px 14px;
325 }
326
327 input.king-addons-pb-condition-input-ids, .king-addons-pb-conditions select {
328 font-size: 15px;
329 font-weight: 600;
330 flex-grow: 1;
331 flex-shrink: 0;
332 max-width: none;
333 text-indent: 5px;
334 color: #1d1d1f;
335 outline: none;
336 box-shadow: none !important;
337 }
338
339 input.king-addons-pb-condition-input-ids {
340 font-weight: 400;
341 display: none;
342 height: 42px;
343 color: #888888;
344 }
345
346 .king-addons-pb-delete-template-conditions {
347 font-size: 22px;
348 position: absolute;
349 right: -30px;
350 margin-left: auto;
351 cursor: pointer;
352 color: #C2CBD2;
353 }
354
355 .king-addons-pb-save-conditions {
356 font-size: 13px;
357 font-weight: 600;
358 line-height: 2;
359 display: inline-block;
360 margin-top: 80px;
361 margin-left: auto;
362 padding: 10px 30px;
363 cursor: pointer;
364 transition: all 100ms linear;
365 letter-spacing: 1px;
366 text-transform: uppercase;
367 color: #ffffff;
368 border-radius: 12px;
369 background: #772fff;
370 }
371
372 .king-addons-pb-save-conditions:hover {
373 background: #8a4fff;
374 }
375
376 #wpcontent {
377 padding: 0;
378 }
379
380 .king-addons-pb-settings-page {
381 padding: 0 30px;
382 }
383
384 #wpwrap {
385 background: #ffffff;
386 }
387
388 .king-addons-pb-my-templates-list .king-addons-pb-action-buttons .dashicons {
389 font-size: 18px;
390 line-height: 30px;
391 }
392
393 .king-addons-pb-my-templates-list .king-addons-pb-template-conditions:hover,
394 .king-addons-pb-active-conditions-template .king-addons-pb-template-conditions:hover {
395 color: black;
396 background: #6A4BFF;
397 background: linear-gradient(45deg, #9B62FF, #5B03FF);
398 background: #e5e5e9;
399 }
400
401 .king-addons-pb-my-templates-list .king-addons-pb-edit-template:hover {
402 background: #6d6d6d;
403 }
404
405 .king-addons-pb-my-templates-list .king-addons-pb-delete-template:hover {
406 background: #ff6a6a;
407 }
408
409 .king-addons-pb-active-conditions-template {
410 border-left: 5px solid #6133FF;
411 background: #f2effa !important;
412 }
413
414 .king-addons-pb-active-conditions-template .king-addons-pb-template-conditions {
415 transition: all 100ms linear;
416 color: white;
417 background: #772fff;
418 }
419
420 .king-addons-pb-active-conditions-template .king-addons-pb-template-conditions:hover {
421 color: white;
422 background: #8a4fff;
423 }
424
425 .king-addons-pb-preview-buttons {
426 display: flex;
427 }
428
429 .kng-promo-btn-wrap a {
430 will-change: transform;
431 display: inline-flex;
432 justify-content: center;
433 margin-left: 30px;
434 padding: 15px 20px;
435 transition: all 300ms ease;
436 text-align: center;
437 text-decoration: underline;
438 border: 2px solid #ff4e5069;
439 border-radius: 5px;
440 background: linear-gradient(132.2deg, #F9D423 7.64%, #FF4E50 97.11%);
441 -webkit-background-clip: text;
442 -webkit-text-fill-color: transparent;
443 }
444
445 .kng-promo-btn-wrap a:hover {
446 transform: scale(1.05);
447 }
448
449 .kng-promo-btn-wrap a:focus {
450 box-shadow: unset;
451 outline: unset;
452 }
453
454 .kng-promo-btn-wrap img {
455 margin-left: 8px;
456 width: 16px;
457 height: 16px;
458 }
459
460 /*noinspection CssNonIntegerLengthInPixels*/
461 .kng-promo-btn-txt {
462 font-size: 16px;
463 font-weight: 500;
464 color: black;
465 line-height: 1;
466 letter-spacing: 0.5px;
467 text-decoration: none;
468 }