bisschen sidebar schön. problem gefunden: es reicht wenn man benutzernamen eingibt. man logt sich auch ohne passwort ein

This commit is contained in:
2026-06-04 21:48:47 +02:00
parent b2daed8e99
commit 2e6bd2a781
9 changed files with 23 additions and 15 deletions
+6 -1
View File
@@ -5,6 +5,7 @@
@use "components/tickets";
@use "components/diagnostics";
@use "components/frontpage";
@use "components/home";
body {
background: variables.$color-bg;
@@ -46,7 +47,7 @@ body {
max-width: 40%;
margin:0 auto;
margin-top: 96px;
background-color:#a0a0a0;
background-color: variables.$rundbgbackgroundcolor;
padding-bottom: 96px;
padding-left: 32px;
padding-right: 32px;
@@ -57,6 +58,7 @@ body {
border-style: double;
box-shadow: 20px 20px 10px;
box-shadow: rgb(43, 43, 43);
input, button {
padding: 16px;
@@ -68,4 +70,7 @@ body {
}
button {
margin: 16px 0;
}
}