From 18c232544056efb1910356e051fc17e48aec934f Mon Sep 17 00:00:00 2001 From: wasrusgen Date: Wed, 13 May 2026 22:58:09 +0300 Subject: [PATCH] =?UTF-8?q?splash:=20=D1=83=D0=B1=D1=80=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20=D0=B2=D1=80=D0=B0=D1=89=D0=B0=D1=8E=D1=89=D0=B5=D0=B5=D1=81?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BE=D0=BB=D1=8C=D1=86=D0=BE,=20=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D1=82=D0=BE=D0=BB=D1=8C?= =?UTF-8?q?=D0=BA=D0=BE=20=D0=BE=D0=BF=D0=B8=D0=BB=D0=BA=D0=B8=20+=20breat?= =?UTF-8?q?hing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cache bust v=20260513zm. --- miniapp/assets/styles.css | 18 ------------------ miniapp/index.html | 29 ++++++++++++----------------- 2 files changed, 12 insertions(+), 35 deletions(-) diff --git a/miniapp/assets/styles.css b/miniapp/assets/styles.css index 2ccefb5..7e69038 100644 --- a/miniapp/assets/styles.css +++ b/miniapp/assets/styles.css @@ -233,24 +233,6 @@ button { font: inherit; cursor: pointer; border: none; background: none; color: filter: drop-shadow(0 6px 16px rgba(44, 62, 80, 0.18)); } -/* Вращающийся диск-кольцо поверх саблона. - Позиция и размер подобраны под расположение диска пилы в лого. */ -.saw-rotor { - position: absolute; - top: 22%; /* центр диска пилы примерно тут */ - left: 50%; - width: 36%; - aspect-ratio: 1 / 1; - transform: translate(-50%, -50%); - pointer-events: none; - opacity: 0.55; - animation: rotorSpin 3.5s linear infinite; -} -@keyframes rotorSpin { - from { transform: translate(-50%, -50%) rotate(0deg); } - to { transform: translate(-50%, -50%) rotate(360deg); } -} - /* Опилки — 16 точек летают вокруг пилы */ .splash-dust { position: absolute; diff --git a/miniapp/index.html b/miniapp/index.html index 3318f2b..d011ecf 100644 --- a/miniapp/index.html +++ b/miniapp/index.html @@ -12,19 +12,14 @@ - - + +
- - - +
- - - - - - - - - + + + + + + + + +