mirror of
https://github.com/vercel/commerce.git
synced 2025-05-04 00:37:51 +00:00
8 lines
133 B
CSS
8 lines
133 B
CSS
.root {
|
|
@apply;
|
|
}
|
|
|
|
.container {
|
|
@apply flex justify-between items-center flex-row px-6 h-20 relative border-gray-100 border-b;
|
|
}
|