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": [
"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-rating-summary",
"flex-layout.row#selling-price",
"installment-product-component",
"product-separator",
"sku-selector",
"product-quantity",
"product-assembly-options",
@ -123,7 +122,6 @@
"share#default"
]
},
"flex-layout.row#product-name": {
"props": {
"marginBottom": 3

View File

@ -9,19 +9,5 @@
"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"
]
}
}

View File

@ -36,7 +36,6 @@
},
"flex-layout.col#quickviewPrice": {
"children": [
"flex-layout.row#list-price-savings",
"flex-layout.row#selling-price",
"product-installments"
]