Files
commerce/src/components/common/Layout/LayoutContent/LayoutContent.module.scss
lytrankieio123 7ac30b61d3 feat: cart drawer context
:%s
2021-09-22 14:56:33 +07:00

24 lines
401 B
SCSS

.mainLayout {
display: flex;
flex-direction: column;
min-height: 100vh;
.wrapperWithBg {
@apply bg-background-gray;
width: 100%;
margin-top: -3.2rem;
}
> main,
.wrapperWithBg > main {
flex: 1;
width: 100%;
max-width: min(100%, 1536px);
margin: auto;
}
}
.filter {
@screen xl {
display: none;
}
}