agdar/static/plugins/swiper/modules/effect-cards.less
2025-11-02 14:35:35 +03:00

11 lines
178 B
Plaintext

.swiper.swiper-cards {
overflow: visible;
}
.swiper-cards {
.swiper-slide {
transform-origin: center bottom;
backface-visibility: hidden;
overflow: hidden;
}
}