forked from M3-Academy/challenge-vtex-io
fix(pdp): remove quantity button title
This commit is contained in:
parent
beaa0c45cf
commit
3b372f0d2b
@ -305,3 +305,18 @@
|
|||||||
[class*="quantitySelectorTitle"] {
|
[class*="quantitySelectorTitle"] {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* [class*="description-content"] [class*="contentItem"] {
|
||||||
|
display: flex;
|
||||||
|
margin-top: 64px;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="productImage"] [class*="productImageTag"] {
|
||||||
|
max-height: fit-content !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="productImagesContainer--carousel"]
|
||||||
|
[class*="productImagesGallerySlide"] {
|
||||||
|
margin: 0;
|
||||||
|
} */
|
||||||
|
@ -92,7 +92,8 @@
|
|||||||
},
|
},
|
||||||
"html#product-description": {
|
"html#product-description": {
|
||||||
"props": {
|
"props": {
|
||||||
"testId": "product-description"
|
"testId": "product-description",
|
||||||
|
"blockClass": "description-content"
|
||||||
},
|
},
|
||||||
"children": ["tab-layout#pdp-descriptions"]
|
"children": ["tab-layout#pdp-descriptions"]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user