PluginProbe
Packeta / 2.1
Packeta v2.1
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 / css / front.css

front.css in Packeta 2.1, at public/css/front.css

88 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 p {
23 margin-bottom: 0;
24 }
25 .packetery-widget-button-wrapper .wc-block-components-text-input input {
26 opacity: 0;
27 width: 0 !important;
28 padding: 0 !important;
29 float: left;
30 }
31
32 .packetery-widget-button-table-row td, .packetery-widget-button-table-row th {
33 vertical-align: top;
34 }
35 .packetery-widget-button-table-row td {
36 vertical-align: top;
37 }
38 .packetery-widget-button-table-row td .form-row {
39 padding: 0;
40 }
41 .packetery-widget-button-table-row .packeta-widget.table-row img {
42 display: none;
43 }
44 .packetery-widget-button-table-row th img {
45 width: 45px;
46 height: 45px;
47 display: block;
48 margin-left: auto;
49 }
50
51 .packeta-widget.after-rate .packeta-widget-button {
52 display: inline-grid;
53 }
54 .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 {
55 width: 150px;
56 }
57 .packeta-widget.after-rate .packeta-widget-button img {
58 margin: 0;
59 }
60
61 .packeta-widget.table-row .packeta-widget-button img {
62 width: 45px;
63 height: 45px;
64 }
65
66 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 {
67 text-align: center;
68 }
69
70 .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr.packetery-widget-button-table-row {
71 justify-content: left;
72 }
73 .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr.packetery-widget-button-table-row .packeta-widget.table-row .packeta-widget-info {
74 text-align: 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-selected-address {
77 text-align: left;
78 }
79 .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr.packetery-widget-button-table-row img {
80 margin-right: 5px;
81 }
82
83 .packetery-hidden {
84 display: none !important;
85 }
86
87 /*# sourceMappingURL=front.css.map */
88