mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
25 lines
339 B
SCSS
25 lines
339 B
SCSS
@use 'styles/_spacing';
|
|
|
|
.scrollContainer {
|
|
position: absolute;
|
|
height: calc(100% - 842px);
|
|
right: spacing.$page-margin-x;
|
|
// float: right;
|
|
}
|
|
|
|
.spacer {
|
|
height: spacing.$home-spacer-y;
|
|
}
|
|
|
|
.header {
|
|
overflow: visible;
|
|
|
|
> nav {
|
|
overflow: visible;
|
|
}
|
|
}
|
|
|
|
.main {
|
|
padding: 0 spacing.$page-margin-x;
|
|
}
|