This commit is contained in:
2025-10-13 15:31:08 +02:00
parent d610aa8596
commit 46ec5234d3
4 changed files with 178 additions and 27 deletions

View File

@@ -979,7 +979,7 @@
#contact-btn-absolute {
position: fixed;
bottom: 40px;
bottom: 25px;
left: 40px;
z-index: 99999;
}
@@ -1056,4 +1056,47 @@
35% {
transform: rotate(0);
}
}
#mail-btn-absolute {
position: fixed;
bottom: 100px;
left: 40px;
z-index: 99999;
}
#mail-btn-absolute .elementor-button {
position: relative;
padding: 16px;
border-radius: 100%;
width: 56px;
height: 56px;
}
#mail-btn-absolute .elementor-button::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
border-radius: 100%;
background: #22a9e1;
animation: btn-pulse 2s infinite;
}
#mail-btn-absolute .elementor-button::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50px;
height: 50px;
border-radius: 100%;
background: #22a9e1;
animation: btn-pulse 2s infinite 0.5s;
}
#mail-btn-absolute .elementor-button .elementor-button-icon {
position: relative;
font-size: 24px;
animation: btn-pulse-icon 2s infinite;
z-index: 1;
}/*# sourceMappingURL=custom.css.map */