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
← All changes | assets/css/modules/pre-orders/admin/preview.css +10 -12 1.62.3.2 View file →
@@ -2,8 +2,16 @@
2 2 * Admin Preview
3 3 * Pre Orders
4 4 *
5 5 */
6 +.merchant-flexible-content-control.pre-orders-style .layout:not(.active) {
7 + border-color: #5c5f62;
8 +}
9 +
10 +.merchant-module-page-setting-field-info_block {
11 + margin-bottom: 0;
12 +}
13 +
6 14 .merchant-module-page-preview-browser-inner {
7 15 display: -webkit-box;
8 16 display: -ms-flexbox;
9 17 display: flex;
@@ -21,24 +29,20 @@
21 29 display: -ms-flexbox;
22 30 display: flex;
23 31 gap: 25px;
24 32 }
25 -
26 33 .mrc-preview-single-product-elements .mrc-preview-left-column {
27 34 width: 30%;
28 35 min-width: 30%;
29 36 }
30 -
31 37 .mrc-preview-single-product-elements .mrc-preview-right-column {
32 38 width: 70%;
33 39 padding-top: 25px;
34 40 }
35 -
36 41 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image {
37 42 background-color: #f5f5f5;
38 43 height: 12vw;
39 44 }
40 -
41 45 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs {
42 46 width: 100%;
43 47 display: -webkit-box;
44 48 display: -ms-flexbox;
@@ -46,9 +50,8 @@
46 50 gap: 10px;
47 51 -ms-flex-wrap: nowrap;
48 52 flex-wrap: nowrap;
49 53 }
50 -
51 54 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs .mrc-preview-product-image-thumb {
52 55 width: 100%;
53 56 height: 3vw;
54 57 background-color: #f5f5f5;
@@ -71,16 +74,13 @@
71 74 .mrc-hide-on-smaller-screens {
72 75 display: none;
73 76 }
74 77 }
75 -
76 78 .mrc-preview-text-placeholder {
77 79 background-color: #f5f5f5;
78 80 height: 13px;
79 81 }
80 -
81 -.mrc-preview-text-placeholder + .mrc-preview-text-placeholder,
82 -.mrc-preview-text-placeholder + .mrc-preview-addtocart-placeholder {
82 +.mrc-preview-text-placeholder + .mrc-preview-text-placeholder, .mrc-preview-text-placeholder + .mrc-preview-addtocart-placeholder {
83 83 margin-top: 15px;
84 84 }
85 85
86 86 .mrc-preview-addtocart-placeholder {
@@ -96,9 +96,8 @@
96 96 .mrc-preview-single-product-elements .mrc-preview-product-image-wrapper .mrc-preview-product-image-thumbs .mrc-preview-product-image-thumb {
97 97 height: 7vw;
98 98 }
99 99 }
100 -
101 100 .merchant-pre-orders-date {
102 101 font-size: 1rem;
103 102 margin-top: 25px;
104 103 }
@@ -113,10 +112,9 @@
113 112 text-decoration: none;
114 113 -webkit-transition: ease background-color 300ms;
115 114 transition: ease background-color 300ms;
116 115 }
117 -
118 116 .add_to_cart_button:hover {
119 117 color: var(--mrc-po-text-hover-color, #FFF) !important;
120 118 border-color: var(--mrc-po-border-hover-color, #414141) !important;
121 119 background-color: var(--mrc-po-background-hover-color, #414141) !important;
122 -}
120 +}