mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
12 lines
225 B
SCSS
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;
|
|
}
|
|
} |