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%; width: 100%;
} }
.carouselGaleryThumbs { .carouselGaleryThumbs .productImagesThumb {
background: pink; margin-right: 16px;
}
.carouselGaleryThumbs .swiper-wrapper {
gap: 16px;
} }

View File

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