development #1
@ -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;
|
||||
}
|
@ -8,9 +8,6 @@
|
||||
*/
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.carouselContainer {
|
||||
margin-left: 40px;
|
||||
}
|
||||
.carouselContainer:global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
||||
margin: unset;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
// left side
|
||||
|
||||
.carouselContainer {
|
||||
margin-left: 40px;
|
||||
&:global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
||||
margin: unset;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user