mehr von login seite gemacht, sah voll gut aus aber hab irgendwas kaputt gemacht und finds nicht

This commit is contained in:
2026-05-30 23:45:39 +02:00
parent a42897de9f
commit 076bd6c545
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -336,8 +336,8 @@ pub fn login_component() -> Html {
value={(*username).clone()}
oninput={Callback::from(move |e: InputEvent| {
let input: web_sys::HtmlInputElement = e.target_unchecked_into();
username.set(input.value());
})}
username.set(input.value());
})}
/>
<input
type="password"
@@ -1,5 +1,7 @@
.headline {
font-size: 30px;
font-size: 40px;
font-weight: bold;
text-align: center;
colour: #570000;
margin-top: 150px;
}
+4 -3
View File
@@ -55,14 +55,15 @@ body {
gap: 8px;
border-color: #000000;
border-style: double;
box-shadow: 20px 20px 10px;
box-shadow: rgb(43, 43, 43);
input, button {
padding: 16px;
font-size: 1.8rem;
background-color: #f0f0f0;
box-shadow: #6d6d6d;
box-shadow: 6px 6px 8px
}
}