More webapp changes+fixes
All checks were successful
Build Docker and Deploy / Build Docker Container (push) Successful in 1m45s
Build Docker and Deploy / Run Unit-Tests (push) Successful in 9m31s
Build Docker and Deploy / Deploy to Server (push) Successful in 22s

This commit is contained in:
2025-12-09 16:34:50 +01:00
parent c81143ecdc
commit 202603d16c
12 changed files with 83 additions and 166 deletions

View File

@@ -9,7 +9,7 @@
.login-card {
width: 100%;
max-width: 400px;
max-width: 650px;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
@@ -38,13 +38,15 @@
}
}
.key-toggle {
cursor: pointer;
color: #999;
transition: color 0.3s;
.login-form {
display: grid;
grid-template-columns: auto 1fr;
gap: 12px 16px;
align-items: center;
margin-bottom: 16px;
&:hover {
color: #1890ff;
label {
font-weight: 500;
}
}
@@ -58,7 +60,3 @@
color: #999;
}
}
nz-form-label {
font-weight: 500;
}