16 lines
473 B
CSS
16 lines
473 B
CSS
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
|
|
border-radius: 2px;
|
|
width: 10px;
|
|
transition: all 250ms ease-in-out;
|
|
}
|
|
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
|
|
background: var(--e-n-carousel-dots-normal-color);
|
|
}
|
|
.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
|
|
width: 40px;
|
|
}
|
|
|
|
.parallax-box {
|
|
height: 480px;
|
|
overflow: hidden;
|
|
}/*# sourceMappingURL=custom.css.map */ |