From 4e674af4ed0590af2f8aafb12d2af90a6fced41d65194a426bb61cbcf7479451 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Mon, 20 Jul 2026 21:23:15 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D1=82=D1=8C=20=D0=B0?= =?UTF-8?q?=D1=80=D1=82=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D1=8B=20=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BB=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=D1=82=D0=B8=D0=BF=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 4 ++-- shine-UI/styles/components.css | 24 ++++-------------------- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/VERSION.properties b/VERSION.properties index 0b0c8438..c2e3dba2 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.336 -server.version=1.2.308 +client.version=1.2.337 +server.version=1.2.309 diff --git a/shine-UI/styles/components.css b/shine-UI/styles/components.css index 7e2711aa..eca46d2d 100644 --- a/shine-UI/styles/components.css +++ b/shine-UI/styles/components.css @@ -473,10 +473,7 @@ width: 100%; height: 100%; object-fit: contain; - filter: - drop-shadow(0 0 8px rgba(255, 211, 121, 0.72)) - drop-shadow(0 8px 22px rgba(225, 158, 48, 0.38)); - animation: shine-logo-breathe 4.8s ease-in-out infinite; + filter: none; } .auth-logo-wrap { @@ -491,8 +488,9 @@ inset: 16%; z-index: -1; border-radius: 50%; - background: rgba(214, 155, 56, 0.2); - filter: blur(30px); + background: + radial-gradient(circle, rgba(255, 216, 120, 0.32) 0%, rgba(214, 155, 56, 0.18) 42%, transparent 72%); + filter: blur(24px); opacity: 0; animation: shine-halo-breathe 4.8s ease-in-out infinite; transition: opacity 420ms ease; @@ -678,19 +676,6 @@ color: rgba(216, 226, 247, 0.9); } -@keyframes shine-logo-breathe { - 0%, 100% { - filter: - drop-shadow(0 0 8px rgba(255, 211, 121, 0.62)) - drop-shadow(0 8px 22px rgba(225, 158, 48, 0.34)); - } - 50% { - filter: - drop-shadow(0 0 14px rgba(255, 220, 147, 0.88)) - drop-shadow(0 10px 28px rgba(225, 158, 48, 0.5)); - } -} - @keyframes shine-halo-breathe { 0%, 100% { transform: scale(0.96); } 50% { transform: scale(1.05); } @@ -727,7 +712,6 @@ } @media (prefers-reduced-motion: reduce) { - .auth-logo, .auth-logo-wrap::before, .shine-btn { animation: none;