Make new elementor component

This commit is contained in:
Roman Pyrih
2024-08-05 15:54:41 +02:00
parent 634a99e4cf
commit cdb477fe2a
6 changed files with 224 additions and 1 deletions

View File

@@ -769,4 +769,33 @@ body.elementor-page > div[data-elementor-type=single-page] {
}
.custom-acc .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle {
transform: rotate(180deg) !important;
}
#top-header-box.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
.addon-btn-title {
margin: 0;
display: flex;
align-items: center;
}
.addon-btn-title .elementor-icon {
margin-left: -20px;
z-index: -1;
}
.addon-btn-title .elementor-icon i {
color: #000;
width: 100px;
height: 100px;
background: #f4f4f4;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
}/*# sourceMappingURL=custom.css.map */