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/countdown-timer/admin/preview.css +16 -3 1.9.102.3.2 View file →
@@ -2,8 +2,19 @@
2 2 * Admin Preview
3 3 * Countdown Timer
4 4 *
5 5 */
6 +.merchant-module-page-setting-fields {
7 + gap: 24px;
8 +}
9 +
10 +.merchant-module-page-setting-field {
11 + margin: 0;
12 +}
13 +.merchant-module-page-setting-field[data-id=shortcode_text] {
14 + margin-top: 0;
15 +}
16 +
6 17 .merchant-module-page-preview-browser-inner {
7 18 display: -webkit-box;
8 19 display: -ms-flexbox;
9 20 display: flex;
@@ -23,11 +34,8 @@
23 34 -webkit-box-align: center;
24 35 -ms-flex-align: center;
25 36 align-items: center;
26 37 gap: 30px;
27 - /**
28 - * Star rating
29 - */
30 38 }
31 39 .mrc-preview-single-product-elements .mrc-preview-left-column {
32 40 width: 38%;
33 41 min-width: 38%;
@@ -107,8 +115,13 @@
107 115 padding: 5px;
108 116 }
109 117 .mrc-preview-single-product-elements .merchant-countdown-timer {
110 118 margin-block: 30px 40px;
119 +}
120 +.mrc-preview-single-product-elements {
121 + /**
122 + * Star rating
123 + */
111 124 }
112 125 .mrc-preview-single-product-elements .mrc-preview-rating {
113 126 display: -webkit-box;
114 127 display: -ms-flexbox;