mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 12:41:21 +00:00
15 lines
294 B
SCSS
15 lines
294 B
SCSS
@import '../../../../styles/utilities';
|
|
.colectionCarcoucelWarpper {
|
|
padding-top: 5.6rem;
|
|
padding-bottom: 6.5rem;
|
|
@apply flex flex-col;
|
|
.top {
|
|
@apply spacing-horizontal flex w-full justify-between;
|
|
@screen xl {
|
|
.right {
|
|
margin-right: 2.476rem;
|
|
}
|
|
}
|
|
}
|
|
}
|