1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-23 23:31:21 +00:00
2021-06-02 16:12:58 -03:00

4 lines
112 B
CSS

.lineItemsList {
@apply py-4 space-y-6 sm:py-0 sm:space-y-0 sm:divide-y sm:divide-accent-2 border-accent-2;
}