mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
7 lines
152 B
SCSS
7 lines
152 B
SCSS
@import "../../../../styles/utilities";
|
|
.breadCrumbWrapper {
|
|
@apply py-12 spacing-horizontal;
|
|
@screen lg {
|
|
padding-left: 3.2rem;
|
|
}
|
|
} |