This commit is contained in:
Roman Pyrih
2024-07-29 15:59:43 +02:00
parent 95e179694f
commit cc768144ae
3 changed files with 26 additions and 1 deletions

View File

@@ -762,4 +762,11 @@ body.elementor-page > div[data-elementor-type=single-page] {
}
.product-list-icon-desc .elementor-icon-box-title {
margin: 0;
}
.custom-acc .eael-adv-accordion .eael-accordion-list:not(:last-child) {
border-bottom: 1px solid #000;
}
.custom-acc .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
transform: rotate(180deg) !important;
}/*# sourceMappingURL=custom.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -922,3 +922,21 @@ body.elementor-page {
margin: 0;
}
}
.custom-acc {
.eael-adv-accordion {
.eael-accordion-list {
&:not(:last-child) {
border-bottom: 1px solid #000;
}
.eael-accordion-header {
&.active {
.fa-toggle {
transform: rotate(180deg) !important;
}
}
}
}
}
}