forked from crowetic/commerce
Some interactions
This commit is contained in:
parent
8a9ef9ceb0
commit
e8fc96bab7
@ -13,7 +13,11 @@
|
|||||||
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-base flex items-center;
|
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-base flex items-center;
|
||||||
|
|
||||||
&:hover {
|
&: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 {
|
&:last-child {
|
||||||
|
@ -48,7 +48,7 @@ const UserNav: FC<Props> = ({ className, children, ...props }) => {
|
|||||||
)}
|
)}
|
||||||
</li>
|
</li>
|
||||||
<Link href="/wishlist">
|
<Link href="/wishlist">
|
||||||
<li className={s.item}>
|
<li className={cn(s.item, s.heart)}>
|
||||||
<Heart />
|
<Heart />
|
||||||
</li>
|
</li>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user