Save
This commit is contained in:
@@ -8,6 +8,27 @@
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#hero-slider-new {
|
||||
height: 540px;
|
||||
}
|
||||
#hero-slider-new > .swiper {
|
||||
height: 540px;
|
||||
}
|
||||
#hero-slider-new > .swiper-pagination {
|
||||
top: auto;
|
||||
bottom: 5px;
|
||||
}
|
||||
#hero-slider-new > .swiper-pagination .swiper-pagination-bullet {
|
||||
width: 30px;
|
||||
height: 3px;
|
||||
border-radius: 0;
|
||||
background: #fff;
|
||||
opacity: 1;
|
||||
}
|
||||
#hero-slider-new > .swiper-pagination .swiper-pagination-bullet-active {
|
||||
background: var(--e-global-color-accent);
|
||||
}
|
||||
|
||||
.home-card .elementor-image-box-wrapper .elementor-image-box-content {
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -16,6 +16,33 @@
|
||||
}
|
||||
}
|
||||
|
||||
#hero-slider-new {
|
||||
height: 540px;
|
||||
|
||||
> .swiper {
|
||||
height: 540px;
|
||||
|
||||
> .swiper-wrapper {
|
||||
}
|
||||
}
|
||||
> .swiper-pagination {
|
||||
top: auto;
|
||||
bottom: 5px;
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
width: 30px;
|
||||
height: 3px;
|
||||
border-radius: 0;
|
||||
background: #fff;
|
||||
opacity: 1;
|
||||
|
||||
&-active {
|
||||
background: var(--e-global-color-accent);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.home-card {
|
||||
.elementor-image-box-wrapper {
|
||||
.elementor-image-box-content {
|
||||
|
||||
Reference in New Issue
Block a user