mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
New UI Primitices
This commit is contained in:
11
components/ui/Marquee/Marquee.module.css
Normal file
11
components/ui/Marquee/Marquee.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.root {
|
||||
@apply bg-white py-10 flex flex-row w-full;
|
||||
}
|
||||
|
||||
.primary {
|
||||
@apply bg-white;
|
||||
}
|
||||
|
||||
.secondary {
|
||||
@apply bg-violet;
|
||||
}
|
Reference in New Issue
Block a user