fix(pdp): remove quantity button title

This commit is contained in:
Manuela Luana Schumacker Tavares 2023-02-10 18:17:49 -03:00
parent beaa0c45cf
commit 3b372f0d2b
2 changed files with 17 additions and 1 deletions

View File

@ -305,3 +305,18 @@
[class*="quantitySelectorTitle"] {
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;
} */

View File

@ -92,7 +92,8 @@
},
"html#product-description": {
"props": {
"testId": "product-description"
"testId": "product-description",
"blockClass": "description-content"
},
"children": ["tab-layout#pdp-descriptions"]
},