feature/development #4

Merged
josecarloslins merged 2 commits from feature/development into master 2023-02-04 17:43:08 +00:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 4e0f3e9326 - Show all commits

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{