fix: Corrigindo border-radius thumbnails images product

This commit is contained in:
José Carlos Lins 2023-02-04 14:42:29 -03:00
parent 16332e6756
commit 4e0f3e9326
2 changed files with 7 additions and 0 deletions

View File

@ -58,6 +58,9 @@
display: flex;
height: 100%;
}
.figure--product-images-pdp .thumbImg--product-images-pdp {
border-radius: 8px;
}
.productImage .productImageTag--main {
object-fit: fill !important;

View File

@ -5,6 +5,10 @@
.figure--product-images-pdp{
display: flex;
height: 100%;
.thumbImg--product-images-pdp{
border-radius: 8px;
}
}
.productImage{