🎨 styles: arrow in cart recommendation

:%s
This commit is contained in:
lytrankieio123 2021-09-14 09:44:03 +07:00
parent b312069710
commit 362ae97526

View File

@ -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;
}
}
}