PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.3.2
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / assets / css / modules / delivery-pickup / admin / preview.css

preview.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.2, at assets/css/modules/delivery-pickup/admin/preview.css

303 lines 6.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Admin Preview
3 * Delivery & Pickup
4 *
5 */
6 .merchant-flexible-content-control.delivery-pickup-style .layout:not(.active) {
7 border-color: #5c5f62;
8 }
9 .merchant-flexible-content-control.delivery-pickup-style .layout .layout-body {
10 grid-gap: unset;
11 }
12 .merchant-flexible-content-control.delivery-pickup-style .layout .layout-body .merchant-module-page-setting-field {
13 margin-bottom: 20px;
14 }
15 .merchant-flexible-content-control.delivery-pickup-style .layout .layout-body .merchant-module-page-setting-field-text input {
16 padding: 12px 8px;
17 }
18
19 .merchant-module-page-preview-browser-inner {
20 display: -webkit-box;
21 display: -ms-flexbox;
22 display: flex;
23 -webkit-box-flex: 0;
24 -ms-flex-positive: 0;
25 flex-grow: 0;
26 width: 100%;
27 margin: auto;
28 padding: 30px 25px 25px;
29 }
30
31 .mrc-preview-checkout-elements {
32 width: 100%;
33 display: -webkit-box;
34 display: -ms-flexbox;
35 display: flex;
36 gap: 25px;
37 -webkit-box-align: start;
38 -ms-flex-align: start;
39 align-items: flex-start;
40 font-size: 13px;
41 line-height: 1.45;
42 color: #1d2327;
43 }
44 .mrc-preview-checkout-elements .mrc-preview-left-column {
45 width: 36%;
46 min-width: 36%;
47 display: -webkit-box;
48 display: -ms-flexbox;
49 display: flex;
50 -webkit-box-orient: vertical;
51 -webkit-box-direction: normal;
52 -ms-flex-direction: column;
53 flex-direction: column;
54 gap: 18px;
55 }
56 .mrc-preview-checkout-elements .mrc-preview-right-column {
57 width: 64%;
58 }
59
60 .mrc-preview-text-placeholder {
61 background-color: #f5f5f5;
62 height: 13px;
63 }
64 .mrc-preview-text-placeholder + .mrc-preview-text-placeholder {
65 margin-top: 12px;
66 }
67
68 .merchant-dp-checkout-block {
69 opacity: 0.55;
70 }
71 .merchant-dp-checkout-block .merchant-dp-checkout-block-title {
72 font-weight: 600;
73 margin-bottom: 12px;
74 }
75
76 .merchant-dp-preview-summary {
77 border: 1px solid #e0e0e0;
78 border-radius: 4px;
79 padding: 14px;
80 }
81 .merchant-dp-preview-summary .merchant-dp-preview-summary-title {
82 font-weight: 600;
83 margin-bottom: 10px;
84 }
85 .merchant-dp-preview-summary .shop_table {
86 width: 100%;
87 border-collapse: collapse;
88 }
89 .merchant-dp-preview-summary .cart_item > td {
90 padding: 10px 0;
91 border-bottom: 1px solid #f0f0f0;
92 vertical-align: top;
93 }
94 .merchant-dp-preview-summary .product-total {
95 width: 70px;
96 text-align: right;
97 white-space: nowrap;
98 }
99
100 .merchant-dp-preview-item {
101 font-weight: 600;
102 }
103
104 .merchant-dp-preview-qty {
105 color: #646970;
106 }
107
108 .merchant-dp-line {
109 margin-top: 8px;
110 }
111
112 .merchant-dp-line-details .merchant-dp-line-summary {
113 cursor: pointer;
114 color: #2271b1;
115 list-style: none;
116 }
117 .merchant-dp-line-details .merchant-dp-line-summary::-webkit-details-marker {
118 display: none;
119 }
120 .merchant-dp-line-details .merchant-dp-line-summary::before {
121 content: "";
122 display: inline-block;
123 width: 0;
124 height: 0;
125 margin-right: 6px;
126 vertical-align: middle;
127 border-top: 4px solid transparent;
128 border-bottom: 4px solid transparent;
129 border-left: 5px solid currentColor;
130 }
131 .merchant-dp-line-details[open] .merchant-dp-line-summary::before {
132 -webkit-transform: rotate(90deg);
133 transform: rotate(90deg);
134 }
135
136 .merchant-dp-line-prompt {
137 font-style: italic;
138 }
139
140 .merchant-dp-line-panel {
141 display: -webkit-box;
142 display: -ms-flexbox;
143 display: flex;
144 -webkit-box-orient: vertical;
145 -webkit-box-direction: normal;
146 -ms-flex-direction: column;
147 flex-direction: column;
148 gap: 8px;
149 margin-top: 10px;
150 padding: 10px;
151 background-color: #f6f7f7;
152 border-radius: 4px;
153 }
154
155 .merchant-dp-line-field,
156 .merchant-dp-line-fixed {
157 display: -webkit-box;
158 display: -ms-flexbox;
159 display: flex;
160 -webkit-box-align: center;
161 -ms-flex-align: center;
162 align-items: center;
163 gap: 8px;
164 }
165
166 .merchant-dp-line-label {
167 width: 60px;
168 min-width: 60px;
169 color: #646970;
170 }
171
172 .merchant-dp-line-select {
173 -webkit-box-flex: 1;
174 -ms-flex: 1;
175 flex: 1;
176 min-height: 30px;
177 max-width: 100%;
178 margin: 0;
179 font-size: 13px;
180 }
181
182 .merchant-dp-line-value {
183 -webkit-box-flex: 1;
184 -ms-flex: 1;
185 flex: 1;
186 }
187
188 .merchant-dp-preview-option-blocked {
189 color: #a7aaad;
190 }
191
192 .merchant-dp-shipments {
193 margin-top: 12px;
194 padding-top: 12px;
195 border-top: 1px solid #f0f0f0;
196 }
197 .merchant-dp-shipments .merchant-dp-shipments-title {
198 margin: 0 0 9px;
199 font-size: 14px;
200 font-weight: 400;
201 }
202 .merchant-dp-shipments ul {
203 margin: 0;
204 padding: 0;
205 list-style: none;
206 }
207
208 .merchant-dp-shipment {
209 display: -webkit-box;
210 display: -ms-flexbox;
211 display: flex;
212 -webkit-box-orient: vertical;
213 -webkit-box-direction: normal;
214 -ms-flex-direction: column;
215 flex-direction: column;
216 gap: 1px;
217 }
218 .merchant-dp-shipment + .merchant-dp-shipment {
219 margin-top: 8px;
220 }
221 .merchant-dp-shipment .merchant-dp-shipment-when {
222 font-weight: 600;
223 }
224 .merchant-dp-shipment .merchant-dp-shipment-items {
225 color: #646970;
226 }
227
228 .merchant-dp-preview-totals {
229 margin-top: 14px;
230 padding-top: 10px;
231 border-top: 1px solid #e0e0e0;
232 }
233
234 .merchant-dp-preview-total-line {
235 display: -webkit-box;
236 display: -ms-flexbox;
237 display: flex;
238 -webkit-box-pack: justify;
239 -ms-flex-pack: justify;
240 justify-content: space-between;
241 gap: 10px;
242 }
243 .merchant-dp-preview-total-line + .merchant-dp-preview-total-line {
244 margin-top: 6px;
245 }
246 .merchant-dp-preview-total-line.merchant-dp-preview-total {
247 margin-top: 10px;
248 padding-top: 10px;
249 border-top: 1px solid #e0e0e0;
250 font-weight: 600;
251 }
252
253 .merchant-dp-preview .merchant-dp-preview-fee,
254 .merchant-dp-preview .merchant-dp-preview-fee-line,
255 .merchant-dp-preview .merchant-dp-hint {
256 display: none;
257 }
258 .merchant-dp-preview.merchant-dp-show-prices .merchant-dp-preview-fee,
259 .merchant-dp-preview.merchant-dp-show-prices .merchant-dp-preview-fee-line {
260 display: unset;
261 }
262 .merchant-dp-preview.merchant-dp-show-prices .merchant-dp-preview-fee-line {
263 display: -webkit-box;
264 display: -ms-flexbox;
265 display: flex;
266 }
267 .merchant-dp-preview.merchant-dp-show-hint .merchant-dp-hint {
268 display: block;
269 }
270
271 .merchant-dp-hint {
272 margin-top: 12px;
273 padding: 8px 10px;
274 background-color: #edf6ff;
275 border-radius: 4px;
276 color: #1d4ed8;
277 }
278
279 @media (max-width: 991px) {
280 .mrc-preview-checkout-elements {
281 -webkit-box-orient: vertical;
282 -webkit-box-direction: normal;
283 -ms-flex-direction: column;
284 flex-direction: column;
285 }
286 .mrc-preview-checkout-elements .mrc-preview-left-column,
287 .mrc-preview-checkout-elements .mrc-preview-right-column {
288 width: 100%;
289 min-width: 100%;
290 }
291 }
292 .rtl .merchant-dp-preview-total-line {
293 -webkit-box-orient: horizontal;
294 -webkit-box-direction: reverse;
295 -ms-flex-direction: row-reverse;
296 flex-direction: row-reverse;
297 }
298 .rtl .merchant-dp-line-details .merchant-dp-line-summary::before {
299 margin-right: 0;
300 margin-left: 6px;
301 border-left: 0;
302 border-right: 5px solid currentColor;
303 }