mirror of
https://github.com/vercel/commerce.git
synced 2025-03-15 06:52:32 +00:00
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;
|
||||
|
||||
&: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 {
|
||||
|
@ -48,7 +48,7 @@ const UserNav: FC<Props> = ({ className, children, ...props }) => {
|
||||
)}
|
||||
</li>
|
||||
<Link href="/wishlist">
|
||||
<li className={s.item}>
|
||||
<li className={cn(s.item, s.heart)}>
|
||||
<Heart />
|
||||
</li>
|
||||
</Link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user