fix: colocando border-radius nas miniaturas que não tinha pegado

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-02-10 17:00:32 -03:00
parent f32dd81bea
commit 8d07f23853
2 changed files with 5 additions and 1 deletions

View File

@ -53,6 +53,8 @@
padding: 0px; padding: 0px;
width: 90px; width: 90px;
height: 90px !important; height: 90px !important;
}
.container .productImagesContainer--divImagens .carouselGaleryThumbs--divImagens .productImagesThumb .thumbImg--divImagens {
border-radius: 8px; border-radius: 8px;
} }

View File

@ -36,7 +36,9 @@
padding: 0px; padding: 0px;
width: 90px; width: 90px;
height: 90px !important; height: 90px !important;
border-radius: 8px; .thumbImg--divImagens{
border-radius: 8px;
}
} }
} }
} }