add animations

This commit is contained in:
smanylov
2026-04-09 16:11:57 +07:00
parent 1eff2d2c0a
commit 62cd597994
9 changed files with 209 additions and 64 deletions
-40
View File
@@ -4075,46 +4075,6 @@
}
}
.loading-animation {
display: block;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
.global-spinner {
display: block;
width: 24px;
height: 24px;
margin: 0 auto;
position: relative;
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 4px solid #e5e7eb;
border-top: 4px solid #667eea;
border-radius: 50%;
animation: spin 1s linear infinite;
}
&.large {
width: 80px;
height: 80px;
&::before {
border: 10px solid #e5e7eb;
border-top: 10px solid #667eea;
}
}
}
}
.modal-window-confirm-payment {
background: white;