| 1 |
/** |
| 2 |
* Admin Preview |
| 3 |
* Product Labels |
| 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: 300px; |
| 14 |
width: 100%; |
| 15 |
margin: auto; |
| 16 |
padding: 50px 25px; |
| 17 |
} |
| 18 |
|
| 19 |
.merchant-product-labels-preview { |
| 20 |
width: 100%; |
| 21 |
} |
| 22 |
.merchant-product-labels-preview .image-wrapper { |
| 23 |
position: relative; |
| 24 |
height: 11vw; |
| 25 |
max-height: 220px; |
| 26 |
background-color: #f5f5f5; |
| 27 |
} |
| 28 |
.merchant-product-labels-preview .merchant-label { |
| 29 |
font-size: var(--mrc-pl-font-size, 14px); |
| 30 |
line-height: 1em; |
| 31 |
padding: var(--mrc-pl-padding, 8px); |
| 32 |
display: inline; |
| 33 |
-webkit-box-align: center; |
| 34 |
-ms-flex-align: center; |
| 35 |
align-items: center; |
| 36 |
-webkit-box-pack: center; |
| 37 |
-ms-flex-pack: center; |
| 38 |
justify-content: center; |
| 39 |
text-align: center; |
| 40 |
text-transform: var(--mrc-pl-text-transform, uppercase); |
| 41 |
border-radius: var(--mrc-pl-border-radius, 0px); |
| 42 |
position: absolute; |
| 43 |
top: 10px; |
| 44 |
} |
| 45 |
.merchant-product-labels-preview .merchant-label.top-right { |
| 46 |
left: auto; |
| 47 |
right: 10px; |
| 48 |
} |
| 49 |
.merchant-product-labels-preview .merchant-label.top-left { |
| 50 |
left: 10px; |
| 51 |
right: auto; |
| 52 |
} |
| 53 |
|
| 54 |
.merchant-flexible-content-control.product-labels-style .layout { |
| 55 |
border-left: 3px solid #838383; |
| 56 |
-webkit-transition: 300ms; |
| 57 |
transition: 300ms; |
| 58 |
} |
| 59 |
.merchant-flexible-content-control.product-labels-style .layout.active { |
| 60 |
border-left: 3px solid #3858e9; |
| 61 |
} |
| 62 |
.merchant-flexible-content-control.product-labels-style .layout-body { |
| 63 |
grid-gap: unset; |
| 64 |
} |
| 65 |
.merchant-flexible-content-control.product-labels-style .layout-body .merchant-module-page-setting-field { |
| 66 |
margin-bottom: 20px; |
| 67 |
} |