feat(product-images):adicionando espaçamento nas thumbnails

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2023-01-30 13:00:22 -03:00
parent 30f7c6e72a
commit 07208ba368
2 changed files with 4 additions and 8 deletions

View File

@ -54,9 +54,6 @@
width: 100%;
}
.carouselGaleryThumbs {
background: pink;
}
.carouselGaleryThumbs .swiper-wrapper {
gap: 16px;
.carouselGaleryThumbs .productImagesThumb {
margin-right: 16px;
}

View File

@ -60,9 +60,8 @@
}
}
.carouselGaleryThumbs{
background: pink;
.swiper-wrapper{
gap: 16px;
.productImagesThumb{
margin-right: 16px;
}
}