bisschen sidebar schön. problem gefunden: es reicht wenn man benutzernamen eingibt. man logt sich auch ohne passwort ein
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user