From 91bba98b6560a16ac07a688fe8adcce70bd0d004 Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 13:34:06 +0300 Subject: [PATCH] =?UTF-8?q?6.18.12:=20=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BA=D0=BD=D0=BE=D0=BF=D0=BE=D0=BA=20=D0=B8=20=D0=BE=D1=82?= =?UTF-8?q?=D1=81=D1=82=D1=83=D0=BF=20=D0=B2=20=D1=80=D0=B5=D0=B4=D0=B0?= =?UTF-8?q?=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B8=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/Buttons.css | 15 +++++++-------- play-life-web/src/components/TaskForm.css | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index 8c8f14c..07e3f7d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.11 +6.18.12 diff --git a/play-life-web/package.json b/play-life-web/package.json index 8aaf7f7..93332d4 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.11", + "version": "6.18.12", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/Buttons.css b/play-life-web/src/components/Buttons.css index 5b6d693..4d1a623 100644 --- a/play-life-web/src/components/Buttons.css +++ b/play-life-web/src/components/Buttons.css @@ -7,17 +7,16 @@ } .submit-button { - background: linear-gradient(to right, #6366f1, #8b5cf6); + background: linear-gradient(to right, #10b981, #059669); color: white; - padding: 0.75rem 1.5rem; + padding: 0.875rem 1.5rem; border: none; - border-radius: 0.375rem; + border-radius: 0.5rem; font-size: 1rem; - font-weight: 500; + font-weight: 600; cursor: pointer; transition: all 0.2s; flex: 1; - height: 44px; box-sizing: border-box; display: flex; align-items: center; @@ -26,7 +25,7 @@ .submit-button:hover:not(:disabled) { transform: translateY(-1px); - box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3); + box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3); } .submit-button:disabled { @@ -39,7 +38,7 @@ color: white; padding: 0; border: none; - border-radius: 0.375rem; + border-radius: 0.5rem; font-size: 1rem; font-weight: 500; cursor: pointer; @@ -49,7 +48,7 @@ justify-content: center; min-width: 44px; width: 44px; - height: 44px; + align-self: stretch; box-sizing: border-box; } diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index a693779..3c4ce8c 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -3,6 +3,7 @@ max-width: 800px; margin: 0 auto; position: relative; + padding-bottom: 5rem; } .close-x-button { @@ -41,7 +42,6 @@ background: white; border-radius: 0.5rem; padding: 1.5rem; - padding-bottom: 5rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }