diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index ff19d1c..d66941f 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -13,10 +13,21 @@ margin: 0 0 0 0 !important; } -.carouselContainer .productImageTag { +.productImageTag { max-height: none !important; } +/* +.productImagesGallerySlide { + .productImageTag { + width: 800px; + } +} +*/ +.productImagesThumb { + margin-right: 16px; +} + .productBrand { display: flex; justify-content: flex-end; diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index 828efdc..0dd1aef 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -2,12 +2,20 @@ max-width: 100%; margin: 0 0 0 0 !important; } - -.carouselContainer { +.productImageTag { + max-height: none !important; +} +/* +.productImagesGallerySlide { .productImageTag { - max-height: none !important; + width: 800px; } } +*/ + +.productImagesThumb { + margin-right: 16px; +} .productBrand { display: flex; @@ -246,3 +254,6 @@ } } } + +@media screen and (max-width: 1024px) { +}