From 561c33b1a913784daea27c3d486e802900308dc2 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Thu, 16 Apr 2026 14:44:34 -0400 Subject: [PATCH] move logo page to the master style.css file --- src/pages/reset_password.html | 2 ++ static/login_page.css | 7 ------- static/profile_page.css | 7 ------- static/style.css | 7 +++++++ 4 files changed, 9 insertions(+), 14 deletions(-) diff --git a/src/pages/reset_password.html b/src/pages/reset_password.html index 09dadd6..7b578be 100644 --- a/src/pages/reset_password.html +++ b/src/pages/reset_password.html @@ -8,3 +8,5 @@ + +logo diff --git a/static/login_page.css b/static/login_page.css index 82a95ec..45c7e67 100644 --- a/static/login_page.css +++ b/static/login_page.css @@ -1,10 +1,3 @@ -#logo_image { - position: fixed; - width: 300px; - left: 50%; - transform: translateX(-50%); -} - #login_card { position: fixed; top: 50%; diff --git a/static/profile_page.css b/static/profile_page.css index 99aec8c..315b2b0 100644 --- a/static/profile_page.css +++ b/static/profile_page.css @@ -1,10 +1,3 @@ -#logo_image { - position: fixed; - width: 300px; - left: 50%; - transform: translateX(-50%); -} - #main_content { position: fixed; top: 100px; diff --git a/static/style.css b/static/style.css index 868d417..56b57f5 100644 --- a/static/style.css +++ b/static/style.css @@ -129,3 +129,10 @@ input::placeholder { .show_password_toggle:focus { outline: none !important; } + +#logo_image { + position: fixed; + width: 300px; + left: 50%; + transform: translateX(-50%); +}