4
0
forked from crowetic/commerce

Some interactions

This commit is contained in:
Belen Curcio
2020-10-22 10:39:52 -03:00
parent 8a9ef9ceb0
commit e8fc96bab7
2 changed files with 6 additions and 2 deletions

View File

@@ -13,7 +13,11 @@
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-base flex items-center;
&:hover {
@apply text-accents-8;
@apply text-accents-8 transition ease-in-out duration-100 transform scale-110;
}
&.heart:hover svg {
fill: var(--accents-9);
}
&:last-child {