From f1c2968dce4985b00633a6afdb8e0021f9b419b7 Mon Sep 17 00:00:00 2001 From: kaipher7 Date: Thu, 2 Apr 2026 22:23:57 -0600 Subject: [PATCH] fixed buttons again --- demo/src/main/resources/static/css/create-recipe.css | 6 ++++++ demo/src/main/resources/static/css/login.css | 4 ++++ demo/src/main/resources/templates/login.html | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/demo/src/main/resources/static/css/create-recipe.css b/demo/src/main/resources/static/css/create-recipe.css index 1e2e8cc..35f384f 100644 --- a/demo/src/main/resources/static/css/create-recipe.css +++ b/demo/src/main/resources/static/css/create-recipe.css @@ -348,6 +348,10 @@ textarea { background: var(--dusty-red-hover); } +.btn-create:hover { + transform: scale(1.03); +} + .btn-create { width: 50%; font-size: 20px; @@ -355,6 +359,8 @@ textarea { border-radius: 10px; padding: 0 20px; height: 46px; + + transition: background-color 0.1s ease, transform 0.2s ease; } /* small screens */ diff --git a/demo/src/main/resources/static/css/login.css b/demo/src/main/resources/static/css/login.css index 43102fc..e5aaa30 100644 --- a/demo/src/main/resources/static/css/login.css +++ b/demo/src/main/resources/static/css/login.css @@ -129,6 +129,10 @@ html { box-sizing: border-box; } +.alert { + color: var(--dusty-red); +} + /* ========================= Button Styles ========================= */ diff --git a/demo/src/main/resources/templates/login.html b/demo/src/main/resources/templates/login.html index 401a4c7..91c114c 100644 --- a/demo/src/main/resources/templates/login.html +++ b/demo/src/main/resources/templates/login.html @@ -19,9 +19,9 @@

Log In

-
+
Invalid username and password.
-
+
You have been logged out.