Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 93 commits from feature/challenge-vtex-io into develop 2023-02-03 17:14:03 +00:00
3 changed files with 4 additions and 21 deletions
Showing only changes of commit f7aa21f96c - Show all commits

View File

@ -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

View File

@ -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"
]
} }
} }

View File

@ -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"
] ]