mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 20:21:21 +00:00
17 lines
288 B
SCSS
17 lines
288 B
SCSS
@import "../../../styles/utilities";
|
|
|
|
.header {
|
|
@apply sticky bg-white shadow-md;
|
|
top: 0;
|
|
z-index: 9999;
|
|
margin-bottom: 3.2rem;
|
|
&.full {
|
|
@apply shadow-none;
|
|
border: 1px solid var(--border-line);
|
|
}
|
|
.menu {
|
|
padding-left: 3.2rem;
|
|
padding-right: 3.2rem;
|
|
}
|
|
}
|