forked from M3-Academy/challenge-vtex-io
fix(pdp): concerta o nome das skus
This commit is contained in:
parent
094c491fb4
commit
d221912271
@ -68,6 +68,12 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
[class*="skuSelectorName"] [class*="c-muted-1"],
|
||||
[class*="skuSelectorNameSeparator"] [class*="c-muted-1"],
|
||||
[class*="skuSelectorSelectorImageValue"] [class*="c-muted-1"] {
|
||||
color: #929292 !important;
|
||||
}
|
||||
|
||||
[class*="skuSelectorSubcontainer--cor"] [class*="br2"] {
|
||||
border-radius: 24px;
|
||||
}
|
||||
@ -91,14 +97,28 @@
|
||||
padding-left: 11px;
|
||||
}
|
||||
|
||||
/* [class*="frameAround"] [class*="br3"] {
|
||||
border-radius: 24px !important;
|
||||
[class*="skuSelectorName"] {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
[class*="frameAround"] [class*="b--action-primary"] {
|
||||
color: black !important;
|
||||
} */
|
||||
[class*="skuSelectorSubcontainer--cor"]
|
||||
[class*="skuSelectorNameContainer"]
|
||||
[class*="skuSelectorTextContainer"]
|
||||
[class*="skuSelectorName"]::after {
|
||||
content: "OUTROS TAMANHOS:";
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* [class*="skuSelectorTextContainer"] [class*="c-muted-1"] {
|
||||
color: #929292;
|
||||
} */
|
||||
[class*="skuSelectorSubcontainer--tamanho"]
|
||||
[class*="skuSelectorNameContainer"]
|
||||
[class*="skuSelectorTextContainer "]
|
||||
[class*="skuSelectorName"]::after {
|
||||
content: "OUTRAS CORES:";
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
@ -6,7 +6,9 @@
|
||||
"flex-layout.row#description",
|
||||
"flex-layout.row#specifications-title",
|
||||
"product-specification-group#table",
|
||||
"shelf.relatedProducts",
|
||||
"flex-layout.row#shelf-product-page",
|
||||
// "html#product-summary",
|
||||
// "shelf.relatedProducts",
|
||||
"product-questions-and-answers"
|
||||
]
|
||||
},
|
||||
@ -133,7 +135,7 @@
|
||||
"props": {
|
||||
"testId": "sku-selector",
|
||||
"variationsSpacing": 3,
|
||||
"showValueNameForImageVariation": true
|
||||
"showValueNameForImageVariation": false
|
||||
}
|
||||
},
|
||||
|
||||
@ -186,5 +188,43 @@
|
||||
"Pinterest": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"flex-layout.row#shelf-product-page": {
|
||||
"children": ["list-context.product-list#product-shelf"]
|
||||
},
|
||||
|
||||
"list-context.product-list#product-shelf": {
|
||||
"blocks": ["product-summary.shelf"],
|
||||
"children": ["slider-layout#text-test"]
|
||||
},
|
||||
|
||||
"product-summary.shelf#teste": {
|
||||
"children": ["html#product-summary"]
|
||||
},
|
||||
"html#product-summary": {
|
||||
"props": {
|
||||
"testId": "vtex-product-summary"
|
||||
},
|
||||
"children": [
|
||||
"product-summary-name",
|
||||
"product-summary-description",
|
||||
"product-summary-image",
|
||||
"product-summary-price",
|
||||
"product-summary-sku-selector",
|
||||
"product-summary-buy-button"
|
||||
]
|
||||
},
|
||||
|
||||
"slider-layout#text-test": {
|
||||
"props": {
|
||||
"itemsPerPage": {
|
||||
"desktop": 4,
|
||||
"tablet": 3,
|
||||
"phone": 2
|
||||
},
|
||||
"infinite": true,
|
||||
"showNavigationArrows": "always",
|
||||
"blockClass": "productPageCarousel"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user