Files
lexalis.pagedev.pl/wp-content/themes/hello-elementor/assets/css/custom.scss
Roman Pyrih e374c3c489 Save
2025-08-05 15:41:08 +02:00

22 lines
353 B
SCSS

.swiper-pagination {
&.swiper-pagination-bullets {
.swiper-pagination-bullet {
border-radius: 2px;
width: 10px;
transition: all 250ms ease-in-out;
&:hover {
background: var(--e-n-carousel-dots-normal-color);
}
}
.swiper-pagination-bullet-active {
width: 40px;
}
}
}
.parallax-box {
height: 480px;
overflow: hidden;
}