commerce/components/common/SidebarLayout/SidebarLayout.module.css
2021-06-05 16:20:02 -03:00

10 lines
191 B
CSS

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