mirror of
https://github.com/vercel/commerce.git
synced 2025-04-25 04:17:51 +00:00
8 lines
123 B
CSS
8 lines
123 B
CSS
.root {
|
|
@apply p-0 bg-black text-white;
|
|
}
|
|
|
|
.container {
|
|
@apply flex justify-between items-center flex-row px-4 py-5;
|
|
}
|