Untitled

 avatar
unknown
plain_text
9 months ago
502 B
4
Indexable
.swiper-slide {
    height: revert !important;
}

.swiper-pagination {
    position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #ECEEF6;
}

.swiper-pagination-bullet-active {
    background: #fdb740;
}


.swiper-button-lock {
    display: block !important;
}
Editor is loading...
Leave a Comment