challenge-vtex-io-ana-carol.../styles/css/vtex.store-components.css

42 lines
802 B
CSS
Raw Normal View History

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.carouselGaleryThumbs {
2023-01-23 20:48:14 +00:00
margin-top: 16px;
}
.carouselGaleryThumbs .productImagesThumb {
width: 10% !important;
height: 10% !important;
margin-right: 16px;
width: 90px !important;
height: 90px !important;
}
.carouselGaleryThumbs .productImagesThumb .figure,
.carouselGaleryThumbs .productImagesThumb .thumbImg {
width: 100%;
height: 100%;
border-radius: 8px;
}
.carouselGaleryCursor {
margin: 0;
width: 100%;
padding: 0;
}
.swiperCaret {
display: none;
}
.productImageTag--main {
2023-01-23 20:48:14 +00:00
width: 664px;
object-fit: unset !important;
max-height: 664px !important;
height: 664px;
}