2023-01-12 16:56:35 +00:00
|
|
|
{
|
|
|
|
"flex-layout.row#selling-price": {
|
|
|
|
"props": {
|
|
|
|
"colGap": 2,
|
|
|
|
"preserveLayoutOnMobile": true,
|
|
|
|
"preventHorizontalStretch": true,
|
2023-02-10 19:02:54 +00:00
|
|
|
"marginBottom": 4,
|
|
|
|
"blockClass": "sellPrice"
|
2023-01-12 16:56:35 +00:00
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"product-selling-price"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"flex-layout.row#list-price-savings": {
|
|
|
|
"props": {
|
|
|
|
"colGap": 2,
|
|
|
|
"preserveLayoutOnMobile": true,
|
|
|
|
"preventHorizontalStretch": true,
|
|
|
|
"marginBottom": 2,
|
|
|
|
"marginTop": 5
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
"product-list-price",
|
|
|
|
"product-price-savings"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|