forked from M3-Academy/challenge-vtex-io
feat(product-images):concertando ultrawide product-img
This commit is contained in:
parent
f7b43bb40f
commit
0a9ffb2593
@ -51,3 +51,7 @@
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.html--pdp-productMain :global(.vtex-store-components-3-x-container){
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
},
|
},
|
||||||
"flex-layout.row#description": {
|
"flex-layout.row#description": {
|
||||||
"props": {
|
"props": {
|
||||||
"width": "50%"
|
"width": "66%"
|
||||||
},
|
},
|
||||||
"children": ["product-images#description","product-description"]
|
"children": ["product-images#description","product-description"]
|
||||||
},
|
},
|
||||||
@ -52,10 +52,19 @@
|
|||||||
"subject": "isProductAvailable"
|
"subject": "isProductAvailable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Then": "flex-layout.row#product-main",
|
"Then": "html#product-main",
|
||||||
"Else": "flex-layout.row#product-availability"
|
"Else": "flex-layout.row#product-availability"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"html#product-main": {
|
||||||
|
"props": {
|
||||||
|
"tag": "div",
|
||||||
|
"testId": "Product-Images",
|
||||||
|
"blockClass": "pdp-productMain"
|
||||||
|
},
|
||||||
|
"children": ["flex-layout.row#product-main"]
|
||||||
|
},
|
||||||
"flex-layout.row#product-main": {
|
"flex-layout.row#product-main": {
|
||||||
"props": {
|
"props": {
|
||||||
"colGap": 7,
|
"colGap": 7,
|
||||||
@ -111,7 +120,7 @@
|
|||||||
"children": ["stack-layout"],
|
"children": ["stack-layout"],
|
||||||
"props": {
|
"props": {
|
||||||
"rowGap": 10,
|
"rowGap": 10,
|
||||||
"width":"46%",
|
"width":"50%",
|
||||||
"blockClass": "StackLayout",
|
"blockClass": "StackLayout",
|
||||||
"htmlId":"teste"
|
"htmlId":"teste"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user