feat(image): adiciona css das imagens do produto

This commit is contained in:
amanda almeida 2023-01-24 18:50:23 -03:00
parent 5eda4f18f8
commit 9c5ca5c8dd
3 changed files with 16 additions and 2 deletions

View File

@ -84,8 +84,7 @@
},
"showNavigationArrows": false,
"showPaginationDots": false,
"displayThumbnailsArrows": true,
"marginLeft": 16
"displayThumbnailsArrows": true
}
},
"flex-layout.col#right-col": {

View File

@ -35,6 +35,18 @@
.carouselGaleryThumbs {
position: relative;
margin-top: 16px;
}
.productImageTag {
max-height: 664px;
}
.productImagesThumb {
margin: 0;
margin-right: 16px;
width: 90px !important;
height: 90px !important;
}
.skuSelectorContainer {

View File

@ -0,0 +1,3 @@
.newsletter {
background: red;
}