← All changes
|
assets/css/modules/countdown-timer/admin/preview.css
+16
-3
1.9.11
→
2.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; |