feat(image): adiciona css das imagens do produto
This commit is contained in:
parent
5eda4f18f8
commit
9c5ca5c8dd
@ -84,8 +84,7 @@
|
|||||||
},
|
},
|
||||||
"showNavigationArrows": false,
|
"showNavigationArrows": false,
|
||||||
"showPaginationDots": false,
|
"showPaginationDots": false,
|
||||||
"displayThumbnailsArrows": true,
|
"displayThumbnailsArrows": true
|
||||||
"marginLeft": 16
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flex-layout.col#right-col": {
|
"flex-layout.col#right-col": {
|
||||||
|
@ -35,6 +35,18 @@
|
|||||||
|
|
||||||
.carouselGaleryThumbs {
|
.carouselGaleryThumbs {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImageTag {
|
||||||
|
max-height: 664px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImagesThumb {
|
||||||
|
margin: 0;
|
||||||
|
margin-right: 16px;
|
||||||
|
width: 90px !important;
|
||||||
|
height: 90px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skuSelectorContainer {
|
.skuSelectorContainer {
|
||||||
|
3
styles/sass/pages/product/vtex.store-components.scss
Normal file
3
styles/sass/pages/product/vtex.store-components.scss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.newsletter {
|
||||||
|
background: red;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user