Fixed cards style in the slider

This commit is contained in:
kvakazyambra 2023-06-09 00:10:12 +03:00
parent 6f9dd83016
commit 2b9f1ee7ef

View File

@ -322,6 +322,12 @@
} }
} }
} }
&:global(.swiper-slide-active) .shoutCardCover {
&:after {
background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 70%) 100%);
}
}
} }
.shoutCardWithCover { .shoutCardWithCover {