mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
Wishlist View
This commit is contained in:
21
components/wishlist/WishlistCard/WishlistCard.module.css
Normal file
21
components/wishlist/WishlistCard/WishlistCard.module.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.root {
|
||||
@apply grid grid-cols-12 w-full gap-6 px-3 py-6 border-b border-primary-accent;
|
||||
|
||||
&:nth-child(3n + 1) {
|
||||
& .productBg {
|
||||
@apply bg-violet;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(3n + 2) {
|
||||
& .productBg {
|
||||
@apply bg-pink;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-child(3n + 3) {
|
||||
& .productBg {
|
||||
@apply bg-blue;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user