commerce/components/ui/Marquee/Marquee.module.css
2021-06-05 13:57:51 -03:00

23 lines
284 B
CSS

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