4
0
forked from crowetic/commerce
2021-01-07 11:58:00 -03:00

23 lines
278 B
CSS

.root {
@apply w-full relative;
height: 320px;
min-width: 100%;
}
.container {
@apply flex flex-row items-center;
}
.container > * {
@apply relative flex-1 px-16 py-4 h-full;
min-height: 320px;
}
.primary {
@apply bg-white;
}
.secondary {
@apply bg-black;
}