From 20c27a2fa2eb05b88e1472e2c41ee98596c03eec Mon Sep 17 00:00:00 2001 From: Bivekich Date: Tue, 22 Jul 2025 11:00:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=B3=D0=BB=D0=BE=D0=B1=D0=B0=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8:=20=D0=B8=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20=D0=B3=D1=80=D0=B0=D0=B4=D0=B8?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BB=D0=B0?= =?UTF-8?q?=D1=81=D1=81=D0=B0=20bg-gradient-smooth,=20=D0=B4=D0=BE=D0=B1?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=BE=D0=B2=D1=8B?= =?UTF-8?q?=D0=B5=20=D1=86=D0=B2=D0=B5=D1=82=D0=BE=D0=B2=D1=8B=D0=B5=20?= =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D1=8F.=20=D0=9E?= =?UTF-8?q?=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BF=D0=BE=D0=BD=D0=B5=D0=BD=D1=82=20ColorsDemo=20=D1=81=20?= =?UTF-8?q?=D1=83=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20?= =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B3=D1=80?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D0=B5=D0=BD=D1=82=D0=B0=20=D0=BD=D0=B0=20"?= =?UTF-8?q?=D0=A2=D0=B5=D0=BC=D0=BD=D1=8B=D0=B9=20=D0=B3=D1=80=D0=B0=D0=B4?= =?UTF-8?q?=D0=B8=D0=B5=D0=BD=D1=82=20=D0=B4=D0=BB=D1=8F=20=D1=84=D0=BE?= =?UTF-8?q?=D0=BD=D0=B0=20(=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20galaxy!)?= =?UTF-8?q?".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/globals.css | 21 ++++++++++++++------- src/components/admin/ui-kit/colors-demo.tsx | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 4a3743d..35031fd 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -171,10 +171,13 @@ .bg-gradient-smooth { background: linear-gradient(135deg, - oklch(0.22 0.20 315) 0%, - oklch(0.20 0.18 280) 30%, - oklch(0.18 0.16 250) 60%, - oklch(0.15 0.12 330) 100%); + oklch(0.15 0.25 270) 0%, + oklch(0.25 0.30 300) 15%, + oklch(0.45 0.35 320) 30%, + oklch(0.20 0.28 250) 45%, + oklch(0.35 0.32 280) 60%, + oklch(0.10 0.20 290) 75%, + oklch(0.18 0.25 260) 100%); } .gradient-sunset { @@ -515,9 +518,13 @@ /* Animated Background */ .bg-animated { background: linear-gradient(135deg, - oklch(0.22 0.20 315) 0%, - oklch(0.18 0.16 300) 40%, - oklch(0.15 0.12 330) 100%); + oklch(0.15 0.25 270) 0%, + oklch(0.25 0.30 300) 15%, + oklch(0.45 0.35 320) 30%, + oklch(0.20 0.28 250) 45%, + oklch(0.35 0.32 280) 60%, + oklch(0.10 0.20 290) 75%, + oklch(0.18 0.25 260) 100%); position: relative; overflow: hidden; } diff --git a/src/components/admin/ui-kit/colors-demo.tsx b/src/components/admin/ui-kit/colors-demo.tsx index 1c7a1fd..d62f1e1 100644 --- a/src/components/admin/ui-kit/colors-demo.tsx +++ b/src/components/admin/ui-kit/colors-demo.tsx @@ -204,7 +204,7 @@ export function ColorsDemo() {
bg-gradient-smooth
-
Темный градиент для фона
+
Темный градиент для фона (теперь galaxy!)