forked from M3-Academy/challenge-vtex-io
42 lines
802 B
CSS
42 lines
802 B
CSS
/*
|
|
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 {
|
|
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 {
|
|
width: 664px;
|
|
object-fit: unset !important;
|
|
max-height: 664px !important;
|
|
height: 664px;
|
|
} |