Оптимизировать логотип стартового экрана

This commit is contained in:
AidarKC
2026-07-20 21:19:55 +04:00
parent 968d85d738
commit f9c2d7c63a
4 changed files with 22 additions and 5 deletions
+8 -2
View File
@@ -493,7 +493,13 @@
border-radius: 50%;
background: rgba(214, 155, 56, 0.2);
filter: blur(30px);
opacity: 0;
animation: shine-halo-breathe 4.8s ease-in-out infinite;
transition: opacity 420ms ease;
}
.auth-logo-wrap--loaded::before {
opacity: 0.66;
}
.auth-brand {
@@ -686,8 +692,8 @@
}
@keyframes shine-halo-breathe {
0%, 100% { opacity: 0.66; transform: scale(0.96); }
50% { opacity: 1; transform: scale(1.05); }
0%, 100% { transform: scale(0.96); }
50% { transform: scale(1.05); }
}
@media (min-width: 768px) {