mirror of
https://github.com/vercel/commerce.git
synced 2025-06-29 18:01:21 +00:00
9 lines
178 B
CSS
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;
|
|
}
|