| 1 |
/** |
| 2 |
* Admin Preview |
| 3 |
* Custom Labels |
| 4 |
* |
| 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 |
|
| 17 |
.merchant-module-page-preview-browser-inner { |
| 18 |
display: -webkit-box; |
| 19 |
display: -ms-flexbox; |
| 20 |
display: flex; |
| 21 |
-webkit-box-flex: 0; |
| 22 |
-ms-flex-positive: 0; |
| 23 |
flex-grow: 0; |
| 24 |
-webkit-box-pack: center; |
| 25 |
-ms-flex-pack: center; |
| 26 |
justify-content: center; |
| 27 |
width: 100%; |
| 28 |
margin: auto; |
| 29 |
padding: 50px 25px; |
| 30 |
-webkit-column-gap: 20px; |
| 31 |
-moz-column-gap: 20px; |
| 32 |
column-gap: 20px; |
| 33 |
} |
| 34 |
|
| 35 |
.merchant-preview-product { |
| 36 |
width: 100%; |
| 37 |
max-width: 200px; |
| 38 |
} |
| 39 |
.merchant-preview-product .image-wrapper { |
| 40 |
position: relative; |
| 41 |
height: 11vw; |
| 42 |
max-height: 180px; |
| 43 |
background-color: #f5f5f5; |
| 44 |
} |
| 45 |
|
| 46 |
.merchant-preview-product-out-of-stock:not(.display) { |
| 47 |
display: none; |
| 48 |
} |
| 49 |
|
| 50 |
.merchant-preview-add-to-cart { |
| 51 |
width: 100%; |
| 52 |
margin-top: 10px; |
| 53 |
background-color: #212121; |
| 54 |
color: white; |
| 55 |
border: 3px solid #212121; |
| 56 |
padding: 13px 24px; |
| 57 |
text-transform: uppercase; |
| 58 |
text-decoration: none; |
| 59 |
font-size: 14px; |
| 60 |
text-align: center; |
| 61 |
} |