development #1
@ -15,7 +15,7 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
width: 526px;
|
width: 100%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,3 +26,7 @@
|
|||||||
.flexRowContent--quantity-and-add-button :global(.vtex-button__label) {
|
.flexRowContent--quantity-and-add-button :global(.vtex-button__label) {
|
||||||
padding: unset !important;
|
padding: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexRow--product-image-width {
|
||||||
|
margin: 0 40px;
|
||||||
|
}
|
@ -8,9 +8,6 @@
|
|||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.carouselContainer {
|
|
||||||
margin-left: 40px;
|
|
||||||
}
|
|
||||||
.carouselContainer:global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
.carouselContainer:global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
||||||
margin: unset;
|
margin: unset;
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
width: 526px;
|
width: 100%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -18,3 +18,7 @@
|
|||||||
.flexRowContent--quantity-and-add-button :global(.vtex-button__label) {
|
.flexRowContent--quantity-and-add-button :global(.vtex-button__label) {
|
||||||
padding: unset !important;
|
padding: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexRow--product-image-width {
|
||||||
|
margin: 0 40px;
|
||||||
|
}
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// left side
|
// left side
|
||||||
|
|
||||||
.carouselContainer {
|
.carouselContainer {
|
||||||
margin-left: 40px;
|
|
||||||
&:global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
&:global(.vtex-store-components-3-x-productImagesGallerySlide) {
|
||||||
margin: unset;
|
margin: unset;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user