Files
commerce/src/components/common/CartDrawer/CartDrawer.module.scss
lytrankieio123 fc39eb1758 🎨 styles: cart drawer
:%s
2021-09-06 17:06:06 +07:00

12 lines
225 B
SCSS

@import '../../../styles/utilities';
.cartDrawer {
@apply flex flex-col h-full;
.body {
@apply overflow-y-auto overflow-x-hidden h-full custom-scroll;
}
.bottom {
padding-top: 1.6rem;
}
}