mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 20:21:21 +00:00
21 lines
324 B
CSS
21 lines
324 B
CSS
.root {
|
|
@apply sticky top-0 z-40 transition-all duration-150;
|
|
}
|
|
|
|
.navContainer {
|
|
@apply bg-secondary relative z-40;
|
|
height: 50px;
|
|
}
|
|
.searchContainer {
|
|
@apply bg-primary border-b border-accent-9;
|
|
}
|
|
|
|
.nav {
|
|
@apply relative flex flex-row justify-between z-40;
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.logo {
|
|
@apply cursor-pointer;
|
|
}
|