SHA256
Оптимизировать логотип стартового экрана
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user