More changes

This commit is contained in:
Bel Curcio
2021-06-01 13:47:54 -03:00
parent 874c72795b
commit da2fb44dd4
6 changed files with 32 additions and 13 deletions

View File

@@ -63,8 +63,7 @@
.squareBg,
.productTitle > span,
.productPrice,
.wishlistButton {
.productPrice {
@apply transition-colors ease-in-out duration-500;
}
@@ -119,7 +118,7 @@
}
.wishlistButton {
@apply w-10 h-10 flex ml-auto items-center justify-center bg-primary text-primary font-semibold text-xs leading-6 cursor-pointer;
@apply top-0 right-0 z-50 absolute;
}
.imageContainer {