Save
This commit is contained in:
21
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
21
wp-content/themes/hello-elementor/assets/css/custom.scss
Normal file
@@ -0,0 +1,21 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user