fix: add-to-cart-button

This commit is contained in:
Gabriel Ferreira Lehmann 2023-02-10 23:48:41 -03:00
parent 89025c1a1e
commit 8d8c0d4fdb
4 changed files with 10 additions and 6 deletions

View File

@ -15,7 +15,7 @@
border-radius: 0;
border: 0;
height: 49px;
width: 526px;
width: 100%;
margin-left: 10px;
}
@ -25,4 +25,8 @@
.flexRowContent--quantity-and-add-button :global(.vtex-button__label) {
padding: unset !important;
}
.flexRow--product-image-width {
margin: 0 40px;
}

View File

@ -8,9 +8,6 @@
*/
/* Media Query M3 */
/* Grid breakpoints */
.carouselContainer {
margin-left: 40px;
}
.carouselContainer:global(.vtex-store-components-3-x-productImagesGallerySlide) {
margin: unset;
}

View File

@ -6,7 +6,7 @@
border-radius: 0;
border: 0;
height: 49px;
width: 526px;
width: 100%;
margin-left: 10px;
}
}
@ -18,3 +18,7 @@
.flexRowContent--quantity-and-add-button :global(.vtex-button__label) {
padding: unset !important;
}
.flexRow--product-image-width {
margin: 0 40px;
}

View File

@ -1,7 +1,6 @@
// left side
.carouselContainer {
margin-left: 40px;
&:global(.vtex-store-components-3-x-productImagesGallerySlide) {
margin: unset;
}