fix the scale

This commit is contained in:
Franco Arza
2020-10-22 12:04:22 -03:00
parent ef406cfaf6
commit a0720a2ee9
2 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,10 @@
transform: scale(1.05);
}
& .product-image {
@apply scale-90;
}
& .productTitle > span,
& .productPrice,
& .wishlistButton {
@@ -37,6 +41,10 @@
}
}
& .product-image {
@apply transform transition-transform duration-500;
}
&:nth-child(6n + 1) .squareBg {
@apply bg-violet;
}