mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Design Updates
This commit is contained in:
19
components/wishlist/WishlistButton/WishlistButton.module.css
Normal file
19
components/wishlist/WishlistButton/WishlistButton.module.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.root {
|
||||
@apply p-5 text-accent-9 flex items-center
|
||||
justify-center font-semibold cursor-pointer
|
||||
bg-accent-0 text-sm;
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
.root:focus {
|
||||
@apply outline-none;
|
||||
}
|
||||
|
||||
.icon {
|
||||
@apply text-accent-9;
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.icon {
|
||||
transition: fill 0.4s ease;
|
||||
}
|
Reference in New Issue
Block a user