PluginProbe ʕ •ᴥ•ʔ
ShopPress – Shop Builder for Elementor and WooCommerce / trunk
ShopPress – Shop Builder for Elementor and WooCommerce vtrunk
shop-press / Elementor / template-library / assets / css / template-manager-editor.css
shop-press / Elementor / template-library / assets / css Last commit date
index.php 2 years ago template-manager-editor-dark.css 2 years ago template-manager-editor.css 2 years ago template-manager-preview.css 2 years ago
template-manager-editor.css
844 lines
1 #shoppress-library-modal #elementor-template-library-filter {
2 display: none;
3 }
4
5 #shoppress-library-modal
6 .elementor-template-library-template-insert.elementor-button {
7 right: 20px;
8 letter-spacing: 0.5px;
9 border-radius: 5px;
10 padding: 6px;
11 font-size: 9px !important;
12 line-height: 1;
13 margin-top: 2px;
14 }
15
16 #shoppress-library-modal
17 .elementor-template-library-template-remote
18 .elementor-template-library-favorite {
19 position: relative;
20 /* right: -8px; */
21 }
22
23 #shoppress-library-modal .dialog-message.dialog-lightbox-message {
24 padding-left: 140px;
25 margin-top: 0;
26 padding-right: 0px;
27 padding-top: 10px;
28 }
29
30 #shoppress-library-modal
31 .dialog-message.dialog-lightbox-message
32 #elementor-template-library-templates-container {
33 padding-bottom: 60px;
34 }
35
36 #shoppress-library-modal
37 .elementor-template-library-template-remote:not(
38 .elementor-template-library-template-page
39 ):not(.elementor-template-library-template-lp)
40 .elementor-template-library-template-footer {
41 /* position: relative; */
42 padding: 0 10px 2px;
43 }
44
45 #shoppress-library-modal .elementor-templates-modal__header__menu-area {
46 position: absolute;
47 left: 0;
48 min-width: 140px;
49 max-width: 140px;
50 top: 50px;
51 padding-bottom: 5px;
52 box-shadow: none;
53 border: none;
54 }
55
56 #shoppress-library-modal #elementor-template-library-header-menu {
57 height: 655px;
58 overflow-y: scroll;
59 overflow-x: hidden;
60 padding-left: 10px;
61 padding-top: 20px;
62 padding-bottom: 10px;
63 box-shadow: none;
64 margin-top: 1px;
65 background-color: #fff;
66 background: linear-gradient(180deg, #f7f8f9 0, #fafafa 90%, #ffffff 100%);
67 }
68
69 #shoppress-library-modal .elementor-component-tab {
70 display: block;
71 text-align: left;
72 font-size: 12px;
73 font-weight: 400;
74 line-height: 17px;
75 letter-spacing: 0.3px;
76 text-decoration: none;
77 color: #5a6471;
78 padding: 6px 12px;
79 margin-bottom: 1px;
80 border: 1px solid transparent;
81 border-radius: 30px 0 0 30px;
82 transition: all 0.2s ease;
83 }
84
85 #shoppress-library-modal .elementor-component-tab:hover {
86 color: #000;
87 }
88
89 #shoppress-library-modal .elementor-component-tab.elementor-active {
90 cursor: default;
91 position: relative;
92 background: #fff;
93 color: #000;
94 border: 1px solid #dfe3e6;
95 border-right: 1px solid #fff;
96 z-index: 2;
97 font-weight: 500;
98 }
99
100 #shoppress-library-modal .elementor-component-tab:before,
101 #shoppress-library-modal .elementor-component-tab:after {
102 display: none;
103 }
104
105 #shoppress-library-modal .elementor-templates-modal__header__menu-area:before {
106 background-color: #dfe3e6;
107 background: linear-gradient(180deg, #dfe3e6 0, #dfe3e6 90%, #f1f3f5 100%);
108 content: "";
109 width: 1px;
110 height: 100%;
111 position: absolute;
112 right: 0px;
113 top: 0;
114 bottom: 0;
115 display: block;
116 border: none;
117 left: auto;
118 margin: 0;
119 z-index: 1;
120 }
121
122 .shoppress-elementor-control-presets
123 .shoppress-elementor-element-presets-wrapper {
124 display: -webkit-box;
125 display: -ms-flexbox;
126 display: flex;
127 width: 100%;
128 }
129
130 .shoppress-elementor-control-presets .shoppress-elementor-element-presets {
131 display: -webkit-box;
132 display: -ms-flexbox;
133 display: flex;
134 -ms-flex-wrap: wrap;
135 flex-wrap: wrap;
136 -webkit-box-pack: justify;
137 -ms-flex-pack: justify;
138 justify-content: space-between;
139 width: 100%;
140 }
141
142 .shoppress-elementor-control-presets .shoppress-elementor-element-presets-item {
143 -webkit-box-align: center;
144 -ms-flex-align: center;
145 align-items: center;
146 border: 1px solid #ebebeb;
147 -webkit-box-sizing: border-box;
148 box-sizing: border-box;
149 cursor: pointer;
150 display: -webkit-box;
151 display: -ms-flexbox;
152 display: flex;
153 -ms-flex-preferred-size: 49%;
154 flex-basis: 49%;
155 -webkit-box-pack: center;
156 -ms-flex-pack: center;
157 justify-content: center;
158 margin-bottom: 15px;
159 padding: 10px 5px;
160 position: relative;
161 text-align: center;
162 }
163
164 .shoppress-elementor-control-presets
165 .shoppress-elementor-element-presets-item
166 img {
167 max-width: 100%;
168 }
169
170 .shoppress-elementor-control-presets
171 .shoppress-elementor-element-presets-item
172 i {
173 background: #71d7f7;
174 border-radius: 50%;
175 color: white;
176 display: none;
177 font-size: 10px;
178 height: 16px;
179 left: -8px;
180 line-height: 16px;
181 position: absolute;
182 top: -8px;
183 width: 16px;
184 }
185
186 .shoppress-elementor-control-presets
187 .shoppress-elementor-element-presets-item-title {
188 line-height: 1.2;
189 }
190
191 .shoppress-elementor-control-presets
192 .shoppress-elementor-element-presets-item.active,
193 .shoppress-elementor-control-presets
194 .shoppress-elementor-element-presets-item:hover {
195 border: 2px solid #71d7f7;
196 }
197
198 .shoppress-elementor-control-presets
199 .shoppress-elementor-element-presets-item.active
200 i {
201 display: block;
202 }
203
204 .shoppress-elementor-control-presets
205 .shoppress-elementor-element-presets-item.active
206 .shoppress-elementor-control-presets
207 .shoppress-elementor-element-presets-item-title,
208 .shoppress-elementor-control-presets
209 .shoppress-elementor-element-presets-item:hover
210 .shoppress-elementor-control-presets
211 .shoppress-elementor-element-presets-item-title {
212 color: #71d7f7;
213 }
214
215 .shoppress-elementor-control-presets
216 .shoppress-elementor-element-presets-loading {
217 display: none;
218 }
219
220 .shoppress-elementor-control-presets
221 .shoppress-elementor-element-presets.loading
222 .shoppress-elementor-element-presets-loading {
223 display: -webkit-box;
224 display: -ms-flexbox;
225 display: flex;
226 }
227
228 .shoppress-elementor-control-presets
229 .shoppress-elementor-element-presets.loading
230 .shoppress-elementor-element-presets-loading
231 span {
232 display: inline-block;
233 margin-left: 10px;
234 }
235
236 .shoppress-elementor-control-presets
237 .shoppress-elementor-element-presets.loading
238 .shoppress-elementor-element-presets-404,
239 .shoppress-elementor-control-presets
240 .shoppress-elementor-element-presets.loading
241 .shoppress-elementor-element-presets-item {
242 display: none;
243 }
244
245 .shoppress-elementor-control-custom-presets {
246 width: 100%;
247 }
248
249 .shoppress-elementor-control-custom-presets
250 .shoppress-elementor-element-custom-presets-wrapper {
251 -webkit-box-flex: 1;
252 -ms-flex: 1;
253 flex: 1;
254 }
255
256 .shoppress-elementor-control-custom-presets
257 .shoppress-elementor-element-custom-presets-wrapper
258 .elementor-panel-alert
259 .elementor-button {
260 background-color: #d30c5c;
261 color: white;
262 font-size: 10px;
263 font-style: normal;
264 text-transform: none;
265 }
266
267 .shoppress-elementor-control-custom-presets
268 .shoppress-elementor-element-custom-presets-wrapper
269 .elementor-panel-alert
270 .elementor-button:hover,
271 .shoppress-elementor-control-custom-presets
272 .shoppress-elementor-element-custom-presets-wrapper
273 .elementor-panel-alert
274 .elementor-button:active {
275 background-color: #f22074;
276 color: white;
277 border-bottom: 1px dotted transparent;
278 }
279
280 .shoppress-elementor-control-custom-presets
281 .shoppress-elementor-element-custom-presets-wrapper
282 .elementor-panel-alert
283 .elementor-button
284 i {
285 margin-right: 0;
286 margin-left: 5px;
287 }
288
289 .shoppress-elementor-control-custom-presets
290 .shoppress-elementor-element-custom-presets-input-wrapper {
291 display: -webkit-box;
292 display: -ms-flexbox;
293 display: flex;
294 -webkit-box-pack: justify;
295 -ms-flex-pack: justify;
296 justify-content: space-between;
297 margin-bottom: 15px;
298 }
299
300 .shoppress-elementor-control-custom-presets
301 .shoppress-elementor-element-custom-presets-input-wrapper
302 > div:first-child {
303 -webkit-box-flex: 1;
304 -ms-flex: 1;
305 flex: 1;
306 }
307
308 .shoppress-elementor-control-custom-presets
309 .shoppress-elementor-element-custom-presets-input-wrapper
310 .elementor-control-input-wrapper {
311 width: 100%;
312 }
313
314 .shoppress-elementor-control-custom-presets
315 .shoppress-elementor-element-custom-presets-input-wrapper
316 .elementor-button-wrapper {
317 margin-left: 5px;
318 }
319
320 .shoppress-elementor-control-custom-presets
321 .shoppress-elementor-element-custom-presets-input-wrapper
322 .elementor-button.elementor-button-default {
323 -webkit-box-align: center;
324 -ms-flex-align: center;
325 align-items: center;
326 background-color: #f8f8f9;
327 border: 1px solid #d5dadf;
328 color: #6f7a83;
329 display: -webkit-box;
330 display: -ms-flexbox;
331 display: flex;
332 font-size: 12px;
333 height: 26px;
334 padding: 0 7px;
335 text-transform: capitalize;
336 }
337
338 .shoppress-elementor-control-custom-presets
339 .shoppress-elementor-element-custom-presets-input-wrapper
340 .elementor-button
341 i {
342 color: #6f7a83;
343 font-size: 16px;
344 margin-right: 5px;
345 }
346
347 .shoppress-elementor-control-custom-presets
348 .shoppress-elementor-element-custom-presets-item {
349 -webkit-box-align: center;
350 -ms-flex-align: center;
351 align-items: center;
352 border: 1px solid #d5dadf;
353 display: -webkit-box;
354 display: -ms-flexbox;
355 display: flex;
356 height: 37px;
357 margin-bottom: 10px;
358 }
359
360 .shoppress-elementor-control-custom-presets
361 .shoppress-elementor-element-custom-presets-item:hover {
362 background-color: #f8f8f9;
363 }
364
365 .shoppress-elementor-control-custom-presets
366 .shoppress-elementor-element-custom-presets-item-title {
367 -ms-flex-preferred-size: calc(100% - 74px);
368 flex-basis: calc(100% - 74px);
369 padding-left: 5px;
370 }
371
372 .shoppress-elementor-control-custom-presets
373 .shoppress-elementor-element-custom-presets-item-delete {
374 -webkit-box-align: center;
375 -ms-flex-align: center;
376 align-items: center;
377 color: #6f7a83;
378 cursor: pointer;
379 display: -webkit-box;
380 display: -ms-flexbox;
381 display: flex;
382 height: 100%;
383 -webkit-box-pack: center;
384 -ms-flex-pack: center;
385 justify-content: center;
386 width: 37px;
387 }
388
389 .shoppress-elementor-control-custom-presets
390 .shoppress-elementor-element-custom-presets-item-delete
391 i {
392 font-size: 16px;
393 }
394
395 .shoppress-elementor-control-custom-presets
396 .shoppress-elementor-element-custom-presets-item-delete
397 i:hover {
398 color: #58626b;
399 }
400
401 .shoppress-elementor-control-custom-presets
402 .shoppress-elementor-element-custom-presets-item-apply {
403 -webkit-box-align: center;
404 -ms-flex-align: center;
405 align-items: center;
406 border-left: 1px solid lightgrey;
407 color: #6f7a83;
408 cursor: pointer;
409 display: -webkit-box;
410 display: -ms-flexbox;
411 display: flex;
412 height: 100%;
413 -webkit-box-pack: center;
414 -ms-flex-pack: center;
415 justify-content: center;
416 width: 37px;
417 }
418
419 .shoppress-elementor-control-custom-presets
420 .shoppress-elementor-element-custom-presets-item-apply
421 i {
422 font-size: 16px;
423 }
424
425 .shoppress-elementor-control-custom-presets
426 .shoppress-elementor-element-custom-presets-item-apply
427 i:hover {
428 color: #58626b;
429 }
430
431 .shoppress-elementor-control-custom-presets
432 .shoppress-elementor-element-custom-presets-loading {
433 display: none;
434 }
435
436 .shoppress-elementor-control-custom-presets
437 .shoppress-elementor-element-custom-presets.loading
438 .shoppress-elementor-element-custom-presets-loading {
439 display: -webkit-box;
440 display: -ms-flexbox;
441 display: flex;
442 }
443
444 .shoppress-elementor-control-custom-presets
445 .shoppress-elementor-element-custom-presets.loading
446 .shoppress-elementor-element-custom-presets-loading
447 span {
448 display: inline-block;
449 margin-left: 10px;
450 }
451
452 .shoppress-elementor-control-custom-presets
453 .shoppress-elementor-element-custom-presets.loading
454 .shoppress-elementor-element-custom-presets-item {
455 display: none;
456 }
457
458 /* Elementor library */
459 #elementor-template-library-save-template-form {
460 -ms-flex-wrap: wrap;
461 flex-wrap: wrap;
462 max-width: 650px;
463 margin-left: auto;
464 margin-right: auto;
465 }
466
467 #elementor-template-library-save-template-form .shoppress-elementor-checkbox {
468 margin-top: 10px;
469 width: 100%;
470 text-align: left;
471 }
472
473 .elementor-template-library-template-more {
474 width: 175px;
475 right: 54px !important;
476 }
477
478 .elementor-template-library-template-more:before {
479 right: 63px;
480 }
481
482 /* library */
483 #shoppress-library-modal #elementor-template-library-header-import,
484 #shoppress-library-modal #elementor-template-library-header-save,
485 #shoppress-library-modal .elementor-template-library-blank-footer,
486 #shoppress-library-modal
487 .elementor-template-library-template-controls
488 > .elementor-template-library-template-preview,
489 #shoppress-library-modal .elementor-template-library-template-export {
490 display: none;
491 }
492
493 #shoppress-library-modal .elementor-templates-modal__header__logo-area {
494 width: 100px;
495 }
496
497 #shoppress-library-modal.elementor-templates-modal .dialog-header {
498 border-radius: 4px 4px 0 0;
499 border-bottom: 1px solid #dfe3e6;
500 }
501
502 #shoppress-library-modal #elementor-template-library-header-preview-back {
503 width: 160px;
504 border-color: transparent !important;
505 font-size: 14px;
506 }
507
508 #shoppress-library-modal
509 .elementor-templates-modal__header__logo__icon-wrapper {
510 display: none;
511 }
512
513 #shoppress-library-modal
514 .elementor-templates-modal__header__logo__icon-wrapper
515 i {
516 display: none;
517 }
518
519 #shoppress-library-modal .elementor-templates-modal__header__logo__title {
520 text-transform: none;
521 white-space: nowrap;
522 font-size: 17px;
523 }
524
525 #shoppress-library-modal .elementor-template-library-template-insert {
526 margin-left: 0;
527 }
528
529 #shoppress-library-modal .elementor-template-library-filter-toolbar {
530 width: 100%;
531 -webkit-box-pack: justify;
532 -ms-flex-pack: justify;
533 justify-content: space-between;
534 padding: 5px 15px;
535 }
536
537 #shoppress-library-modal .elementor-template-library-filter-toolbar > div {
538 border-right-width: 0;
539 }
540
541 #shoppress-library-modal
542 .elementor-template-library-order-input:checked
543 + .elementor-template-library-order-label {
544 padding-right: 22px;
545 color: #d30c5c !important;
546 }
547
548 #shoppress-library-modal
549 .elementor-template-library-order-input:checked
550 + .elementor-template-library-order-label::after {
551 display: none;
552 }
553
554 #shoppress-library-modal #elementor-template-library-filter .select2 {
555 width: 150px !important;
556 }
557
558 #shoppress-elementor-save-template-dialog .dialog-lightbox-header {
559 text-align: left;
560 padding: 20px 20px 15px;
561 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
562 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
563 position: relative;
564 z-index: 1;
565 border-bottom: 1px solid #ffffff1c;
566 }
567
568 #shoppress-elementor-save-template-dialog .dialog-lightbox-message {
569 text-align: left;
570 padding: 20px;
571 line-height: 2;
572 max-height: 300px;
573 overflow-y: auto;
574 scrollbar-width: none;
575 -ms-overflow-style: none;
576 }
577
578 #shoppress-elementor-save-template-dialog
579 .dialog-lightbox-message::-webkit-scrollbar {
580 width: 0px;
581 }
582
583 #shoppress-elementor-save-template-dialog
584 .shoppress-elementor-save-template-dialog-error {
585 color: red;
586 }
587
588 .shoppress-library-modal
589 .elementor-template-library-template-remote
590 .elementor-template-library-template-preview {
591 background-color: rgb(109 106 247 / 35%);
592 }
593
594 .shoppress-library-modal
595 .elementor-template-library-template-remote
596 .elementor-template-library-template-preview
597 i {
598 font-size: 26px;
599 color: #fff;
600 }
601
602 .shoppress-library-modal .elementor-template-library-template-remote {
603 box-shadow: 0 1px 2px rgb(0 0 0 / 2%);
604 /* padding-bottom: 0; */
605 }
606
607 .shoppress-library-modal
608 .elementor-template-library-template-remote
609 .elementor-template-library-template-insert.elementor-button {
610 background: #6fd475;
611 box-shadow: none;
612 }
613
614 .shoppress-library-modal
615 .elementor-template-library-template-remote
616 .elementor-template-library-template-insert.elementor-button:hover {
617 background: #2ebf36;
618 box-shadow: 0 2px 4px -2px #50ca57;
619 }
620
621 .shoppress-library-modal.elementor-templates-modal .dialog-message {
622 min-height: 660px;
623 }
624
625 .shoppress-library-modal #elementor-template-library-my-favorites {
626 min-width: 210px;
627 padding-left: 0;
628 }
629
630 .shoppress-library-modal #elementor-template-library-my-favorites label {
631 font-weight: 500;
632 color: #747e86;
633 }
634
635 .shoppress-library-modal
636 #elementor-template-library-filter-my-favorites-label
637 i {
638 font-size: 16px;
639 vertical-align: text-bottom;
640 }
641
642 #shoppress-library-modal.back-to-lib .dialog-message.dialog-lightbox-message {
643 padding-left: 30px;
644 }
645
646 #shoppress-library-modal.back-to-lib
647 .elementor-templates-modal__header__menu-area {
648 display: none;
649 }
650
651 #shoppress-library-modal #elementor-template-library-templates-container:after {
652 background-color: #dfe3e6;
653 background: linear-gradient(180deg, #ffffff00 0, #f1f3f5 80%);
654 content: "";
655 width: 100%;
656 height: 60px;
657 position: absolute;
658 right: 0;
659 top: auto;
660 bottom: 0;
661 display: block;
662 border: none;
663 left: 0;
664 margin: 0;
665 z-index: 7;
666 }
667
668 #shoppress-library-modal #elementor-template-library-filter-text-wrapper {
669 padding-right: 20px;
670 z-index: 99999;
671 width: 200px;
672 }
673
674 #shoppress-library-modal #elementor-template-library-filter-text {
675 border: none;
676 background-color: #fff;
677 border-radius: 0;
678 height: 26px;
679 padding: 0 15px 0 0;
680 border-bottom: 1px solid #e5e6e7 !important;
681 }
682
683 #shoppress-library-modal #elementor-template-library-filter-text-wrapper i {
684 color: #515962;
685 right: 20px;
686 }
687
688 #shoppress-library-modal
689 #elementor-template-library-filter-text::-webkit-input-placeholder {
690 font-family: inter, arial;
691 letter-spacing: 0.5px;
692 font-size: 12px;
693 color: #ffffff82;
694 text-transform: capitalize;
695 }
696
697 #shoppress-library-modal
698 #elementor-template-library-filter-text::-moz-placeholder {
699 font-family: inter, arial;
700 letter-spacing: 0.5px;
701 font-size: 12px;
702 color: #ffffff82;
703 text-transform: capitalize;
704 }
705
706 #shoppress-library-modal
707 #elementor-template-library-filter-text::-ms-input-placeholder {
708 font-family: inter, arial;
709 letter-spacing: 0.5px;
710 font-size: 12px;
711 color: #ffffff82;
712 text-transform: capitalize;
713 }
714
715 #shoppress-library-modal #elementor-template-library-filter-text::placeholder {
716 font-family: inter, arial;
717 letter-spacing: 0.5px;
718 font-size: 12px;
719 color: #ffffff82;
720 text-transform: capitalize;
721 }
722
723 #shoppress-library-modal #elementor-template-library-filter-text:focus {
724 border: none;
725 background-color: #fffffff0;
726 }
727
728 .mce-btn.mce-active button,
729 .mce-btn.mce-active:hover button,
730 .mce-btn.mce-active i,
731 .mce-btn.mce-active:hover i {
732 color: #fff;
733 }
734
735 #elementor-template-library-templates-container
736 .elementor-template-library-template.elementor-template-library-template-remote:hover {
737 background: transparent;
738 }
739
740 #shoppress-elementor-template-library-templates-kata-popup-notice {
741 display: none;
742 position: fixed;
743 z-index: 999;
744 background: rgba(0, 0, 0, 0.3);
745 width: 100vw;
746 height: 100vh;
747 top: 0;
748 left: 0;
749 }
750
751 #shoppress-elementor-template-library-templates-kata-popup-notice.open {
752 display: flex;
753 justify-content: center;
754 align-items: center;
755 }
756
757 #shoppress-elementor-template-library-templates-kata-popup-notice
758 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper {
759 position: relative;
760 background: #fff;
761 border-radius: 7px;
762 border: 1px solid #e3e5e7;
763 max-width: 600px;
764 }
765
766 #shoppress-elementor-template-library-templates-kata-popup-notice
767 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper
768 #shoppress-elementor-template-library-templates-kata-popup-notice-close {
769 position: absolute;
770 right: 10px;
771 top: 10px;
772 border-radius: 50%;
773 background: #f1f2f3;
774 padding: 5px;
775 font-size: 10px;
776 cursor: pointer;
777 }
778
779 #shoppress-elementor-template-library-templates-kata-popup-notice
780 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper
781 #shoppress-elementor-template-library-templates-kata-popup-notice-close:hover {
782 opacity: 0.7;
783 }
784
785 #shoppress-elementor-template-library-templates-kata-popup-notice
786 #shoppress-elementor-template-library-templates-kata-popup-notice-content {
787 padding: 65px 35px 50px;
788 }
789
790 #shoppress-elementor-template-library-templates-kata-popup-notice
791 #shoppress-elementor-template-library-templates-kata-popup-notice-content
792 h3 {
793 color: #454c54;
794 font-size: 16px;
795 margin-bottom: 15px;
796 }
797
798 #shoppress-elementor-template-library-templates-kata-popup-notice
799 #shoppress-elementor-template-library-templates-kata-popup-notice-content
800 p {
801 color: #808995;
802 font-size: 14px;
803 }
804
805 #shoppress-elementor-template-library-templates-kata-popup-notice
806 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper
807 #shoppress-elementor-template-library-templates-kata-popup-notice-actions {
808 display: flex;
809 justify-content: space-between;
810 border-top: 1px solid #e3e5e7;
811 }
812
813 #shoppress-elementor-template-library-templates-kata-popup-notice
814 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper
815 #shoppress-elementor-template-library-templates-kata-popup-notice-actions
816 a {
817 width: 33%;
818 padding: 15px;
819 font-weight: 900;
820 }
821
822 #shoppress-elementor-template-library-templates-kata-popup-notice
823 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper
824 #shoppress-elementor-template-library-templates-kata-popup-notice-actions
825 a:nth-child(1) {
826 color: #22ac3f;
827 }
828
829 #shoppress-elementor-template-library-templates-kata-popup-notice
830 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper
831 #shoppress-elementor-template-library-templates-kata-popup-notice-actions
832 a:nth-child(2) {
833 border: 1px solid #e3e5e7;
834 border-width: 0 1px 0;
835 color: #80868d;
836 }
837
838 #shoppress-elementor-template-library-templates-kata-popup-notice
839 #shoppress-elementor-template-library-templates-kata-popup-notice-wrapper
840 #shoppress-elementor-template-library-templates-kata-popup-notice-actions
841 a:nth-child(3) {
842 color: #837af5;
843 }
844