forked from M3-Academy/challenge-vtex-io
Entrega do Desafio #1
@ -107,12 +107,11 @@
|
|||||||
},
|
},
|
||||||
"children": [
|
"children": [
|
||||||
"flex-layout.row#product-name",
|
"flex-layout.row#product-name",
|
||||||
"product-rating-summary",
|
|
||||||
"flex-layout.row#list-price-savings",
|
|
||||||
"flex-layout.row#selling-price",
|
|
||||||
"product-installments",
|
|
||||||
"product-separator",
|
|
||||||
"product-identifier.product",
|
"product-identifier.product",
|
||||||
|
"product-rating-summary",
|
||||||
|
"flex-layout.row#selling-price",
|
||||||
|
"installment-product-component",
|
||||||
|
"product-separator",
|
||||||
"sku-selector",
|
"sku-selector",
|
||||||
"product-quantity",
|
"product-quantity",
|
||||||
"product-assembly-options",
|
"product-assembly-options",
|
||||||
@ -123,7 +122,6 @@
|
|||||||
"share#default"
|
"share#default"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
"flex-layout.row#product-name": {
|
"flex-layout.row#product-name": {
|
||||||
"props": {
|
"props": {
|
||||||
"marginBottom": 3
|
"marginBottom": 3
|
||||||
|
@ -9,19 +9,5 @@
|
|||||||
"children": [
|
"children": [
|
||||||
"product-selling-price"
|
"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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
},
|
},
|
||||||
"flex-layout.col#quickviewPrice": {
|
"flex-layout.col#quickviewPrice": {
|
||||||
"children": [
|
"children": [
|
||||||
"flex-layout.row#list-price-savings",
|
|
||||||
"flex-layout.row#selling-price",
|
"flex-layout.row#selling-price",
|
||||||
"product-installments"
|
"product-installments"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user