PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / trunk
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant vtrunk
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 1.9.12 All 59 releases
merchant / assets / css / modules / checkout / admin / preview.css

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

38 lines 970 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Admin Preview
3 * Checkout Styles
4 *
5 */
6 .merchant-module-page-preview-browser-inner {
7 display: -webkit-box;
8 display: -ms-flexbox;
9 display: flex;
10 -webkit-box-flex: 0;
11 -ms-flex-positive: 0;
12 flex-grow: 0;
13 max-width: 100%;
14 margin: auto;
15 padding: 0;
16 }
17
18 .mrc-checkout-preview .mrc-checkout-preview-one-step,
19 .mrc-checkout-preview .mrc-checkout-preview-shopify,
20 .mrc-checkout-preview .mrc-checkout-preview-multi-step {
21 display: none;
22 }
23 .mrc-checkout-preview .mrc-checkout-preview-one-step img,
24 .mrc-checkout-preview .mrc-checkout-preview-shopify img,
25 .mrc-checkout-preview .mrc-checkout-preview-multi-step img {
26 width: 100%;
27 height: auto;
28 max-width: 100%;
29 }
30 .mrc-checkout-preview.layout-one-step .mrc-checkout-preview-one-step {
31 display: block;
32 }
33 .mrc-checkout-preview.layout-shopify .mrc-checkout-preview-shopify {
34 display: block;
35 }
36 .mrc-checkout-preview.layout-multi-step .mrc-checkout-preview-multi-step {
37 display: block;
38 }