PluginProbe
Packeta / 2.0.9
Packeta v2.0.9
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
packeta / public / admin.css

admin.css in Packeta 2.0.9, at public/admin.css

938 lines 18.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: Ubuntu;
3 src: local("Ubuntu Regular"), local("UbuntuRegular"), local("Ubuntu-Regular"), url('../public/fonts/UbuntuRegular.woff2') format("woff2"), url('../public/fonts/UbuntuRegular.otf') format("otf");
4 font-weight: 400;
5 font-style: normal;
6 font-display: swap;
7 }
8
9 @font-face {
10 font-family: Ubuntu;
11 src: local("Ubuntu Medium"), local("UbuntuMedium"), local("Ubuntu-Medium"), url('../public/fonts/UbuntuMedium.woff2') format("woff2"), url('../public/fonts/UbuntuMedium.otf') format("otf");
12 font-weight: 500;
13 font-style: normal;
14 font-display: swap;
15 }
16
17 .packetery-carrier-options-page .packetery-carrier-name, .packetery-rule {
18 width: 700px;
19 }
20
21 .packetery-rule {
22 display: table;
23 float: left;
24 margin-right: 1em;
25 }
26
27 .packetery-rule > * {
28 display: table-cell;
29 box-sizing: border-box;
30 overflow: hidden;
31 }
32
33 .packetery-rule > :nth-child(3) {
34 padding-left: 1em;
35 }
36
37 .packetery-rule input {
38 width: 100%;
39 margin: 0;
40 }
41
42 .packetery-input-validation-message {
43 color: red;
44 font-weight: bold;
45 }
46
47 .packetery-carrier-options-page input, .packetery-carrier-options-page select {
48 margin: 0;
49 }
50
51 .packetery-carrier-options-page .js-delete.button {
52 position: relative;
53 top: 2px;
54 }
55
56 .packetery-carrier-options-page .packetery-label {
57 font-weight: bold;
58 text-align: left;
59 }
60
61 .packetery-carrier-options-page .form-table td {
62 padding-left: 0;
63 padding-top: 15px;
64 padding-bottom: 15px;
65 vertical-align: middle;
66 }
67
68 .packetery-carrier-options-page .form-table [data-replication-item-container] td {
69 padding-left: 0;
70 padding-top: 0;
71 padding-bottom: 15px;
72 vertical-align: middle;
73 }
74
75 .packetery-carrier-options-page .form-table th {
76 padding-top: 20px;
77 padding-bottom: 15px;
78 vertical-align: top;
79 min-width: 200px;
80 }
81
82 .packetery-carrier-options-page .form-table input[type="text"] {
83 width: 100%;
84 max-width: calc(100% - 200px);
85 }
86
87 .packetery-carrier-options-page .select2-container {
88 width: 100% !important;
89 max-width: calc(100% - 200px);
90 }
91
92 .packetery-carrier-options-page .form-table th.replication-section-label-container {
93 padding-top: 22px;
94 vertical-align: top;
95 }
96
97 .packetery-carrier-options-page .form-table * {
98 border-spacing: 0;
99 }
100
101 .packetery-order-metabox-label-cell {
102 text-align: left;
103 }
104
105 .packetery-order-metabox-input {
106 width: 100%;
107 margin-left: 0;
108 margin-right: 0;
109 }
110
111 .packetery-table {
112 display: table;
113 table-layout: fixed;
114 width: 100%;
115 }
116
117 .packetery-table-row {
118 display: table-row;
119 }
120
121 .packetery-table-cell {
122 display: table-cell;
123 box-sizing: border-box;
124 text-align: left;
125 overflow: hidden;
126 }
127
128 .packetery-table-cell .date-picker {
129 display: block;
130 width: calc(100% - 1px);
131 }
132
133 .log-error {
134 font-weight: bold;
135 }
136
137 #packetery-options-page {
138 padding-right: 1em;
139 }
140
141 #packetery-options-page input[type=text], #packetery-options-page input[type=number], #packetery-options-page select {
142 width: 500px;
143 max-width: none;
144 }
145
146 #packetery-options-page .fieldset {
147 border: 1px solid #ddd;
148 padding: 10px;
149 margin-top: 30px;
150 }
151
152 #packetery-options-page .fieldset legend {
153 font-weight: 600;
154 color: #1d2327;
155 font-size: 1.3em;
156 padding: 0 0.5em;
157 }
158
159 #packetery-options-page .notice {
160 margin: 0;
161 margin-top: 10px;
162 margin-bottom: 10px;
163 }
164
165 .packetery-help-block {
166 font-style: italic;
167 color: #959595;
168 display: block;
169 }
170
171 .packetery-offset-wrapper {
172 max-width: 700px;
173 margin: 40px auto;
174 }
175
176 .packetery-offset-wrapper, .packetery-offset {
177 background: #fff;
178 overflow: hidden;
179 box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
180 }
181
182 .packetery-offset th {
183 vertical-align: middle;
184 }
185
186 .packetery-offset th label, .packetery-offset-wrapper h1 {
187 color: #555;
188 }
189
190 .packetery-offset-wrapper h1 {
191 font-weight: 400;
192 }
193
194 .packetery-offset th label {
195 font-weight: 400;
196 display: block;
197 cursor: pointer;
198 }
199
200 .packetery-offset-wrapper section {
201 padding: 16px 24px;
202 }
203
204 .packetery-offset select {
205 width: 100%;
206 color: #646970;
207 height: 54px;
208 }
209
210 .packetery-actions {
211 overflow: hidden;
212 border-top: 1px solid #eee;
213 padding: 23px 24px 24px;
214 }
215
216 .wp-core-ui .packetery-button {
217 font-size: 1.25em;
218 line-height: 1.5em !important;
219 background-color: #bb77ae;
220 border-color: #a36597;
221 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 0 #a36597;
222 text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
223 float: right;
224 padding: .5em 1em !important;
225 }
226
227 tbody .packetery-log-column-note {
228 word-break: break-word;
229 }
230
231 .packetery-log-table {
232 border-collapse: collapse;
233 width: 100%;
234 }
235
236 .packetery-log-table tr:nth-child(odd) {
237 background-color: white;
238 }
239
240 .packetery-log-table tr:nth-child(even), .packetery-log-table th {
241 background-color: #f6f7f7;
242 }
243
244 .packetery-log-table td, .packetery-log-table th {
245 padding: 0.5em 1em;
246 }
247
248 .packetery-log-table tr:hover td {
249 background-color: #dedddd;
250 }
251
252 #packetery-widget-button-wrapper {
253 margin-top: 6px;
254 }
255
256 #packetery-widget-button-wrapper .packetery-widget-button-row {
257 display: flex;
258 }
259
260 #packetery-widget-button-wrapper .packetery-widget-button-row img {
261 width: 45px;
262 margin-right: 6px;
263 border-radius: 3px;
264 }
265
266 .packetery-hidden {
267 display: none;
268 }
269
270 .js-weight-rules .packetery-input-validation-message {
271 max-width: 260px;
272 }
273
274 .js-weight-rules .packetery-input-with-unit {
275 width: 260px;
276 }
277
278 .js-weight-rules .packetery-input-with-unit input {
279 width: 240px;
280 }
281
282 .packetery .button.dashicons {
283 width: 35px;
284 }
285
286 .packetery-label {
287 padding-right: 5px;
288 }
289
290 .packetery-rule :nth-child(3) {
291 text-align: right;
292 }
293
294 .js-surcharge-rules .packetery-label {
295 width: 180px;
296 }
297
298 .js-surcharge-rules :nth-child(3) {
299 width: 80px;
300 }
301
302 .js-surcharge-rules .packetery-input-with-unit {
303 width: 220px;
304 }
305
306 .js-surcharge-rules .packetery-input-validation-message {
307 max-width: 220px;
308 }
309
310 .js-surcharge-rules .packetery-input-with-unit input {
311 width: 200px;
312 }
313
314 .button.dashicons.packetery-dashicons-button-fix {
315 font-size: 13px;
316 height: auto;
317 width: auto;
318 }
319
320 .button.dashicons.packetery-dashicons-button-fix .packetery-dashicons-button-fix-text {
321 font-family: 'Muli', sans-serif;
322 }
323
324 #packetery-tab .packetery-shipping-rate label {
325 width: auto;
326 float: none;
327 margin: auto;
328 }
329
330 #packetery-tab .packetery-shipping-rate td {
331 vertical-align: top;
332 padding: 9px;
333 padding-top: 0;
334 }
335
336 .packetery-survey {
337 display: flex;
338 }
339
340 .packetery-survey div > p {
341 margin-top: 0;
342 }
343
344 .packetery-survey img {
345 width: 167px;
346 }
347
348 .packetery-product-category-carrier-item td {
349 padding: 0 9px 9px 9px;
350 }
351
352 .packeta_header {
353 display: flex;
354 align-items: center;
355 margin-top: 32px;
356 margin-bottom: 32px;
357 background: #ffffff;
358 filter: drop-shadow(7px 5px 35px rgba(0, 0, 0, .05));
359 max-height: 65px;
360 }
361
362 .packeta_carriers_filter {
363 margin-top: 16px;
364 margin-bottom: 32px;
365 background: #ffffff;
366 filter: drop-shadow(7px 5px 35px rgba(0, 0, 0, .05));
367 max-height: 65px;
368 width: 768px;
369 padding: 16px;
370 }
371
372 .packeta-countries-header {
373 margin-top: 32px;
374 }
375
376 .packeta_filter_items {
377 display: flex;
378 justify-content: space-between;
379 align-items: center;
380 }
381
382 .packeta_header h1 {
383 color: #ba1b02;
384 font-family: Ubuntu, Helvetica, Arial, sans-serif;
385 font-weight: 500;
386 }
387
388 .packeta_logo {
389 -webkit-box-pack: center;
390 -ms-flex-pack: center;
391 justify-content: center;
392 background-color: #ba1b02;
393 padding: 24px 24px 16px 24px;
394 width: 148px;
395 -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
396 clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 0);
397 margin-right: 32px;
398 }
399
400 .packetery_settings th {
401 min-width: 300px;
402 }
403
404 .packeta_logo.packeta_logo-cs {
405 width: 130px;
406 height: 36px;
407 padding: 30px 24px 16px 24px;
408 }
409
410 .packetery_page a {
411 color: #ba1b02;
412 }
413
414 .packetery_page .form-table {
415 box-shadow: 0 0 40px rgba(0, 0, 0, .1);
416 }
417
418 .wp-core-ui .packeta_page .button {
419 font-weight: 500;
420 line-height: 1.125;
421 padding: 15px 24px;
422 font-size: 1rem;
423 border-radius: 0;
424 color: #ba1b02;
425 background-color: #ffffff;
426 border-color: #ba1b02;
427 position: relative;
428 transition-duration: 0.3s;
429 }
430
431 .wp-core-ui .packeta_page .button:focus {
432 box-shadow: none;
433 }
434
435 .wp-core-ui .packeta_page .button:hover {
436 background-color: #a71802;
437 border-color: #a71802;
438 color: #ffffff;
439 }
440
441 .wp-core-ui .packeta_page .button-primary:hover {
442 background-color: #821301;
443 border-color: #821301;
444 }
445
446 .wp-core-ui .packeta_page .button-small {
447 padding: 8px 16px;
448 }
449
450 .wp-core-ui .packeta_page .button:before {
451 content: "";
452 position: absolute;
453 top: -2px;
454 left: -2px;
455 width: 7px;
456 height: 7px;
457 background-image: url("../public/images/corner-red.svg");
458 }
459
460 .wp-core-ui .packeta_page .button:after {
461 content: "";
462 position: absolute;
463 bottom: -2px;
464 right: -2px;
465 width: 7px;
466 height: 7px;
467 background-image: url("../public/images/corner-red.svg");
468 transform: rotate(180deg);
469 }
470
471 .wp-core-ui .packeta_page .button-primary {
472 color: #fff;
473 background-color: #ba1b02;
474 border-color: #ba1b02;
475 }
476
477 .wp-core-ui .packeta_page .button-primary:before {
478 content: "";
479 position: absolute;
480 top: -2px;
481 left: -2px;
482 width: 7px;
483 height: 7px;
484 background-image: url("../public/images/corner-red.svg");
485 }
486
487 .wp-core-ui .packeta_page .button-primary:after {
488 content: "";
489 position: absolute;
490 bottom: -2px;
491 right: -2px;
492 width: 7px;
493 height: 7px;
494 background-image: url("../public/images/corner-red.svg");
495 transform: rotate(180deg);
496 }
497
498 .packeta_page input[type="checkbox"] {
499
500 height: 20px;
501 width: 20px;
502 background-color: #fff;
503 border: 1.5px solid #8c8c8c;
504 border-radius: 0;
505 box-shadow: none;
506 margin: 4px 8px 4px 0;
507 }
508
509 .packeta_page input[type="checkbox"]:hover {
510 background-color: #f4f4f4;
511 }
512
513 .packeta_page input[type="checkbox"]:checked {
514 background-color: #ba1b02;
515 border: 1.5px solid #ba1b02;
516 }
517
518 .packeta_page input[type="checkbox"]:checked:before {
519 content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E");
520 margin: 0 0 0 -2px;
521 width: 20px;
522 height: 20px;
523 }
524
525 .packeta_page .select2 .select2-selection,
526 .packeta_page input[type="text"],
527 .packeta_page input[type="number"],
528 .packeta_page select,
529 .packeta_page textarea {
530 border-radius: 0;
531 font-weight: 500;
532 font-size: 1rem;
533 line-height: 18px;
534 padding: 12px 16px;
535 border: 1px solid #e8e8e8;
536 background-color: #ffffff;
537 }
538
539 .packeta_page input[type="text"]:focus,
540 .packeta_page input[type="number"]:focus,
541 .packeta_page select:focus,
542 .packeta_page textarea:focus {
543 box-shadow: 0 0 15px rgb(0 0 0 / 10%);
544 position: relative;
545 border: 1px solid #d0d0d0;
546 }
547
548 .packeta_page input[type="text"].select2-input:focus {
549 box-shadow: none;
550 border: 0;
551 }
552
553 .packeta_page select:hover {
554 color: #ba1b02;
555 }
556
557 .packeta_page .nav-tab {
558 font-family: Ubuntu, Helvetica, Arial, sans-serif;
559 font-size: 18px;
560 font-weight: 500;
561 }
562
563 .packeta_page .card,
564 .packeta_country_list,
565 .packeta_log {
566 position: relative;
567 box-shadow: 0 0 40px rgba(0, 0, 0, .1);
568 border: 1px solid #e8e8e8;
569 background-color: #ffffff;
570 }
571
572 .packeta_page .card:before,
573 .packeta_country_list:before,
574 .packeta_log:before {
575 content: "";
576 position: absolute;
577 top: -4px;
578 left: -4px;
579 width: 14px;
580 height: 14px;
581 background: url("../public/images/corner-grey-on-grey.svg") top no-repeat;
582 }
583
584 .packeta_page .card:after,
585 .packeta_country_list:after {
586 content: "";
587 position: absolute;
588 bottom: -4px;
589 right: -4px;
590 width: 14px;
591 height: 14px;
592 background: url("../public/images/corner-grey-on-grey.svg") top no-repeat;
593 transform: rotate(190deg);
594 }
595
596 .packetery-wc-native-carrier-settings h1 {
597 margin: 50px 0;
598 }
599
600 .packetery-wc-native-carrier-settings .packeta_country_list {
601 width: 100%;
602 }
603
604 @media (min-width: 768px) {
605 .packetery-wc-native-carrier-settings .packeta_country_list {
606 width: 800px; /* Set fixed width for all elements */
607 }
608 }
609
610 .packetery-wc-native-carrier-settings .packeta_country_list tr:last-child td {
611 border-bottom: none;
612 }
613
614 .packetery-wc-native-carrier-settings .packeta_country_list th:last-child {
615 width: 100px;
616 }
617
618 .packetery-wc-native-carrier-settings .packeta_country_list_item td:last-child {
619 text-align: center;
620 }
621
622 .packeta_page .form-table tr th label {
623 font-family: Ubuntu, Helvetica, Arial, sans-serif;
624 font-weight: 500;
625 width: auto;
626 font-size: 16px;
627 margin-right: 10px;
628 }
629
630 .packeta_page a {
631 color: #ba1b02;
632 }
633
634 .packeta_page a:hover {
635 text-decoration: none;
636 }
637
638 .packeta_page .nav-tab-wrapper {
639 border: none;
640 padding-top: 0;
641 }
642
643 .packeta_page .nav-tab-wrapper .nav-tab {
644 background-color: transparent;
645 padding: 16px 24px;
646 border: 1px solid transparent;
647 color: #8c8c8c;
648 }
649
650 .packeta_page .nav-tab-wrapper .nav-tab:hover {
651 box-shadow: 0 0 15px rgba(0, 0, 0, .1);
652 color: #202020;
653 }
654
655 .packeta_page .nav-tab-wrapper .nav-tab:focus {
656 outline: none;
657 appearance: none;
658 box-shadow: 0 0 15px rgba(0, 0, 0, .1);
659 border: 1px solid transparent;
660 }
661
662 .packeta_page .nav-tab-wrapper .nav-tab.nav-tab-active {
663 background-color: #ffffff;
664 border-left: 1px solid #e8e8e8;
665 border-right: 1px solid #e8e8e8;
666 border-top: 1px solid #e8e8e8;
667 color: #202020;
668 }
669
670 .packeta_page .nav-tab-wrapper .nav-tab:first-child.nav-tab-active {
671 position: relative;
672 }
673
674 .packeta_page .nav-tab-wrapper .nav-tab:first-child.nav-tab-active:before {
675 content: "";
676 position: absolute;
677 top: -4px;
678 left: -4px;
679 width: 14px;
680 height: 14px;
681 background: url("../public/images/corner-lightgrey-border.svg") top no-repeat;
682 }
683
684 .packeta_page .nav-tab-wrapper .nav-tab.nav-tab-active:hover {
685 box-shadow: none;
686 }
687
688 .packeta_page .nav-tab-wrapper .nav-tab:first-child {
689 margin-left: 0;
690 }
691
692 .packeta_active_carriers_column {
693 max-width: 480px;
694 }
695
696 .packeta_country_list {
697 padding: 16px;
698 }
699
700 .packeta_country_list_item td {
701 border-bottom: 1px solid #e8e8e8;
702 padding: 8px;
703 }
704
705 .packeta_tab_content {
706 background-color: #fff;
707 padding: 24px 16px;
708 border-left: 1px solid #e8e8e8;
709 border-right: 1px solid #e8e8e8;
710 border-bottom: 1px solid #e8e8e8;
711 box-shadow: 0 0 40px rgba(0, 0, 0, .1);
712 }
713
714 .packeta_page .notice {
715 margin: 16px 0;
716 box-shadow: 0 0 40px rgba(0, 0, 0, .1);
717 border-right: 1px solid #e8e8e8;
718 border-top: 1px solid #e8e8e8;
719 border-bottom: 1px solid #e8e8e8;
720 border-left-width: 12px;
721 }
722
723 .packeta_page .notice p {
724 font-size: 15px;
725 font-weight: 500;
726 }
727
728 .packeta_log .log-success td:first-child {
729 color: #00a32a;
730 font-weight: 700;
731 }
732
733 .packeta_log .log-error td:first-child {
734 color: #ba1b02;
735 font-weight: 700;
736 }
737
738 .packeta_log .packetery-log-table tr td:nth-child(2) {
739 white-space: nowrap;
740 font-weight: 400;
741 }
742
743 .packeta_log {
744 max-width: 100%;
745 width: calc(100% - 16px);
746 }
747
748 .packeta_carrier_list {
749 width: 100%;
750 display: flex;
751 flex-wrap: wrap;
752 }
753
754 .packeta_carrier_detail_wrapper {
755 max-width: 100%;
756 width: calc(100% - 16px);
757 }
758
759 .packeta_carrier_detail {
760 width: 100%;
761 max-width: 100%;
762 padding: 24px 16px;
763 box-shadow: 0 0 40px rgb(0 0 0 / 10%) !important;
764 margin-top: 0;
765 margin-bottom: 16px;
766 }
767
768 .packeta_carrier_detail .form-table .packetery-rule input[type="text"] {
769 min-width: 60px;
770 padding: 12px 4px;
771 text-align: right;
772 }
773
774 .packeta_carrier_title {
775 background-color: #fceff0;
776 color: #ba1b02;
777 font-size: 24px;
778 line-height: 1.5;
779 padding: 0 32px;
780 margin-left: -16px;
781 display: inline-block;
782 position: relative;
783 font-family: Ubuntu, Helvetica, Arial, sans-serif;
784 font-weight: 500;
785 }
786
787 .packeta_carrier_title:after {
788 content: "";
789 position: absolute;
790 bottom: -2px;
791 right: -2px;
792 width: 12px;
793 height: 12px;
794 background: url("../public/images/corner-lightred.svg") bottom no-repeat;
795 }
796
797 .packetery-no-side-margin {
798 margin-left: 0;
799 margin-right: 0;
800 }
801
802 .packeta-metabox-notice {
803 font-weight: bold;
804 }
805
806 .packetery-metabox-overview-buttons {
807 display: flex;
808 flex-flow: row wrap;
809 padding: 0;
810 gap: 10px;
811 }
812
813 [data-packetery-order-metabox] .packetery-metabox-overview-info {
814 margin-top: 10px;
815 }
816
817 .packetery-metabox-overview-info {
818 container-type: inline-size;
819 margin-top: 0;
820 margin-bottom: 5px;
821 }
822
823 @container (max-width: 499px) {
824 .packetery-claim-password-short {
825 display: none;
826 }
827 }
828
829 @container (min-width: 500px) {
830 .packetery-claim-password-container {
831 display: none;
832 }
833 }
834
835 .packetery-order-status-block {
836 margin-bottom: 0.5em;
837 }
838
839 .packetery-order-status-block label {
840 display: inline-block;
841 width: 14em;
842 }
843
844 .packetery-dimensions-block input {
845 margin-bottom: 15px;
846 }
847
848 .packetery-dimensions-block label {
849 display: inline-block;
850 width: 7em;
851 }
852
853 /* customs declaration */
854
855 .packetery-flex-container {
856 display: flex;
857 flex-flow: row wrap;
858 padding: 0;
859 margin-left: -5px;
860 margin-right: -5px;
861 container-type: inline-size;
862 }
863
864 .packetery-flex-container-no-margin {
865 margin: 0;
866 }
867
868 .packetery-flex-break-row {
869 flex-basis: 100%;
870 height: 0;
871 margin: 0;
872 padding: 0;
873 border: 0;
874 }
875
876 .packetery-customs-declaration-fields label {
877 display: block;
878 }
879
880 .packetery-customs-declaration-fields input + p {
881 margin: 0;
882 }
883
884 .packetery-customs-declaration-fields select + p {
885 margin: 0;
886 }
887
888 .packetery-customs-declaration-fields input {
889 width: 100%;
890 }
891
892 .packetery-customs-declaration-fields input[type=checkbox] {
893 width: auto;
894 }
895
896 .packetery-customs-declaration-fields select {
897 width: 100%;
898 }
899
900 .packetery-customs-declaration-flex-item {
901 width: 50%;
902 margin-top: 5px;
903 margin-bottom: 5px;
904 text-align: left;
905 }
906
907 .packetery-customs-declaration-fields .packetery-customs-declaration-flex-item .packetery-customs-declaration-flex-item-content {
908 padding-left: 5px;
909 padding-right: 5px;
910 }
911
912 @container (max-width: 500px) {
913 .packetery-customs-declaration-flex-item {
914 width: 100%;
915 }
916 }
917
918 .packetery-customs-declaration-fields [data-replication-add] {
919 margin-top: 10px;
920 }
921
922 .packetery-customs-declaration-fields [data-packetery-customs-declaration-item] .packetery-flex-container:nth-child(odd) {
923 border: 1px solid #ddd;
924 border-radius: 4px;
925 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
926 box-shadow: 0 1px 1px rgba(0,0,0,.05);
927 padding: 10px;
928 margin-top: 10px;
929 }
930
931 .packetery-customs-declaration-fields .packetery-customs-declaration-flex-item:has([data-replication-delete]) {
932 margin: 0;
933 }
934
935 .packetery-customs-declaration-fields [data-replication-delete] {
936 margin-top: 10px;
937 }
938