| 1 |
.packeta-widget-button { |
| 2 |
display: flex; |
| 3 |
cursor: pointer; |
| 4 |
} |
| 5 |
.packeta-widget-button img { |
| 6 |
width: 45px; |
| 7 |
margin-right: 5px; |
| 8 |
} |
| 9 |
|
| 10 |
.blocks .packeta-widget-button img { |
| 11 |
width: auto; |
| 12 |
max-width: 3em; |
| 13 |
margin-right: 1em; |
| 14 |
} |
| 15 |
|
| 16 |
.packetery-widget-button-wrapper .packeta-widget-info-error { |
| 17 |
color: red; |
| 18 |
} |
| 19 |
.packetery-widget-button-wrapper .packeta-widget-info-success { |
| 20 |
color: green; |
| 21 |
} |
| 22 |
.packetery-widget-button-wrapper .packeta-widget-info { |
| 23 |
margin: 0; |
| 24 |
} |
| 25 |
.packetery-widget-button-wrapper p { |
| 26 |
margin-bottom: 0; |
| 27 |
} |
| 28 |
.packetery-widget-button-wrapper .wc-block-components-text-input input { |
| 29 |
opacity: 0; |
| 30 |
width: 0 !important; |
| 31 |
padding: 0 !important; |
| 32 |
float: left; |
| 33 |
} |
| 34 |
|
| 35 |
.packetery-widget-button-table-row td, .packetery-widget-button-table-row th { |
| 36 |
vertical-align: top; |
| 37 |
} |
| 38 |
.packetery-widget-button-table-row td { |
| 39 |
vertical-align: top; |
| 40 |
} |
| 41 |
.packetery-widget-button-table-row td .form-row { |
| 42 |
padding: 0; |
| 43 |
} |
| 44 |
.packetery-widget-button-table-row .packeta-widget.table-row img { |
| 45 |
display: none; |
| 46 |
} |
| 47 |
.packetery-widget-button-table-row th img { |
| 48 |
width: 45px; |
| 49 |
height: 45px; |
| 50 |
display: block; |
| 51 |
margin-left: auto; |
| 52 |
} |
| 53 |
|
| 54 |
.packeta-widget.after-rate .packeta-widget-button { |
| 55 |
display: inline-grid; |
| 56 |
} |
| 57 |
.packeta-widget.after-rate .packeta-widget-button img, .packeta-widget.after-rate .packeta-widget-button button, .packeta-widget.after-rate .packeta-widget-button a.button { |
| 58 |
width: 150px; |
| 59 |
} |
| 60 |
.packeta-widget.after-rate .packeta-widget-button img { |
| 61 |
margin: 0; |
| 62 |
} |
| 63 |
|
| 64 |
.packeta-widget.table-row .packeta-widget-button img { |
| 65 |
width: 45px; |
| 66 |
height: 45px; |
| 67 |
} |
| 68 |
|
| 69 |
body .packeta-widget div.packeta-widget-button.packetery-widget-button-row button.button.alt, body .packeta-widget div.packeta-widget-button.packetery-widget-button-row a.button.alt { |
| 70 |
text-align: center; |
| 71 |
} |
| 72 |
|
| 73 |
.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr.packetery-widget-button-table-row { |
| 74 |
justify-content: left; |
| 75 |
} |
| 76 |
.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr.packetery-widget-button-table-row .packeta-widget.table-row .packeta-widget-info { |
| 77 |
text-align: left; |
| 78 |
} |
| 79 |
.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr.packetery-widget-button-table-row .packeta-widget.table-row .packeta-widget-selected-address { |
| 80 |
text-align: left; |
| 81 |
} |
| 82 |
.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr.packetery-widget-button-table-row img { |
| 83 |
margin-right: 5px; |
| 84 |
} |
| 85 |
|
| 86 |
.packetery-hidden { |
| 87 |
display: none !important; |
| 88 |
} |
| 89 |
|
| 90 |
/*# sourceMappingURL=front.css.map */ |
| 91 |
|