Save
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user