commerce/components/common/Layout/Layout.module.css
Belen Curcio d6bbd13b19 Reorder
2020-10-29 13:04:32 -03:00

9 lines
178 B
CSS

.root {
@apply h-full bg-primary mx-auto transition-colors duration-150;
max-width: 2460px;
}
.header {
@apply sticky top-0 bg-primary z-40 transition-all duration-150;
}