mirror of
https://github.com/vercel/commerce.git
synced 2025-07-06 13:01:22 +00:00
17 lines
329 B
SCSS
17 lines
329 B
SCSS
@import '../../../styles/utilities';
|
|
.recipeCardWarpper {
|
|
@apply spacing-horizontal;
|
|
@screen xl {
|
|
:global(.customArrow) {
|
|
@screen lg {
|
|
&:global(.leftArrow) {
|
|
left: calc(-6.4rem - 2rem);
|
|
}
|
|
&:global(.rightArrow) {
|
|
right: calc(-6.4rem - 2rem);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|