mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
🎨 styles: arrow in cart recommendation
:%s
This commit is contained in:
parent
b312069710
commit
362ae97526
@ -1,4 +1,4 @@
|
||||
@import '../../../../../styles/utilities';
|
||||
@import "../../../../../styles/utilities";
|
||||
|
||||
.cartRecommendation {
|
||||
@apply w-full bg-background-gray;
|
||||
@ -14,14 +14,9 @@
|
||||
padding-left: 1.6rem;
|
||||
:global(.customArrow) {
|
||||
@apply bg-line shadow-md;
|
||||
opacity: .8;
|
||||
@screen lg {
|
||||
&:global(.leftArrow) {
|
||||
left: calc(-6.4rem - 2rem);
|
||||
}
|
||||
&:global(.rightArrow) {
|
||||
right: calc(-6.4rem - 2rem);
|
||||
}
|
||||
opacity: 0.8;
|
||||
&:global(.rightArrow) {
|
||||
right: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user