From 27c4d64d7351750d411b821d7c09c37fe4b7da51 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Wed, 22 Apr 2026 21:59:25 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B2=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=D0=B5=20=20Ste?= =?UTF-8?q?ps.astro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/home/Steps.astro | 126 +---------------------- 1 file changed, 2 insertions(+), 124 deletions(-) diff --git a/frontend/src/components/home/Steps.astro b/frontend/src/components/home/Steps.astro index 34fa650..cb30f23 100644 --- a/frontend/src/components/home/Steps.astro +++ b/frontend/src/components/home/Steps.astro @@ -40,16 +40,7 @@ const { } = Astro.props; --- - -
@@ -117,12 +108,7 @@ const {
- -
- -
+
@@ -462,54 +448,7 @@ const { background: rgba(255, 255, 255, 0.1); } - .steps-cta { - text-align: center; - } - - .steps-cta .btn { - display: inline-flex; - align-items: center; - justify-content: center; - gap: 0.75rem; - padding: 0.875rem 1.5rem; - font-size: 1.125rem; - font-weight: 700; - border-radius: 8px; - cursor: pointer; - transition: all 0.3s ease; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); - text-transform: none; - letter-spacing: normal; - position: relative; - overflow: hidden; - border: none; - min-height: 3.25rem; - } - - .steps-cta .btn::before { - content: ''; - position: absolute; - top: 0; - left: -100%; - width: 100%; - height: 100%; - background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); - transition: left 0.5s ease; - } - - .steps-cta .btn:hover::before { - left: 100%; - } - - .steps-cta .btn:hover { - box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); - transform: translateY(-2px); - } - - .steps-cta .btn:active:not(:disabled) { - transform: translateY(0); - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); - } + @media (max-width: 1024px) { .steps-container { @@ -629,64 +568,3 @@ const { } - \ No newline at end of file