mirror of
https://github.com/vercel/commerce.git
synced 2025-06-17 12:41:21 +00:00
12 lines
134 B
CSS
12 lines
134 B
CSS
.root {
|
|
@apply bg-white py-10 w-full relative flex flex-row;
|
|
}
|
|
|
|
.primary {
|
|
@apply bg-white;
|
|
}
|
|
|
|
.secondary {
|
|
@apply bg-violet;
|
|
}
|