add whishlist heart

This commit is contained in:
Julián Benegas
2020-10-22 20:46:48 -03:00
parent 91c4afd39e
commit 898acdd391
2 changed files with 9 additions and 0 deletions

View File

@@ -68,3 +68,7 @@
min-width: 300px;
text-align: center;
}
.wishlistButton {
@apply absolute right-12 text-white w-10 h-10 flex items-center justify-center bg-violet font-semibold leading-6 cursor-pointer;
}