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

9 lines
171 B
CSS

.root {
@apply relative h-full flex flex-col w-full;
}
.header {
@apply pl-4 pr-6 pt-4 pb-4 lg:pt-5 flex items-center justify-between space-x-3;
margin-top: 1px;
}