move logo page to the master style.css file

This commit is contained in:
2026-04-16 14:44:34 -04:00
parent 33afca200d
commit 561c33b1a9
4 changed files with 9 additions and 14 deletions
+2
View File
@@ -8,3 +8,5 @@
<link rel="stylesheet" href="static/style.css" />
<link rel="stylesheet" href="static/error/error.css" />
<link rel="stylesheet" href="static/card.css" />
<img id="logo_image" alt="logo" src="/logo" />
-7
View File
@@ -1,10 +1,3 @@
#logo_image {
position: fixed;
width: 300px;
left: 50%;
transform: translateX(-50%);
}
#login_card {
position: fixed;
top: 50%;
-7
View File
@@ -1,10 +1,3 @@
#logo_image {
position: fixed;
width: 300px;
left: 50%;
transform: translateX(-50%);
}
#main_content {
position: fixed;
top: 100px;
+7
View File
@@ -129,3 +129,10 @@ input::placeholder {
.show_password_toggle:focus {
outline: none !important;
}
#logo_image {
position: fixed;
width: 300px;
left: 50%;
transform: translateX(-50%);
}