1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-11 10:26:58 +00:00
2022-01-07 11:48:45 -05:00

8 lines
158 B
CSS

.root {
min-height: calc(100vh - 322px);
}
.lineItemsList {
@apply py-4 space-y-6 sm:py-0 sm:space-y-0 sm:divide-y sm:divide-accent-2 border-accent-2;
}