This repository was archived by the owner on Jun 27, 2024. It is now read-only.
File tree 4 files changed +15
-8
lines changed
4 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 2
2
height : 100vh ;
3
3
width : 100vw ;
4
4
margin : 0 ;
5
- }
5
+ }
6
+
7
+ # root div {
8
+ padding : 10px ;
9
+ }
Original file line number Diff line number Diff line change
1
+ p a {
2
+ color : # 0923b4 ;
3
+ font-size : 14px ;
4
+ font-weight : 600 ;
5
+ margin : 0 10px ;
6
+ padding : 10px 0 ;
7
+ border-bottom : 2px solid transparent;
8
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {useState} from "react";
4
4
import { useCookies } from "react-cookie" ;
5
5
import { Link , NavigateFunction , useNavigate } from "react-router-dom" ;
6
6
import { server } from "../variables.ts" ;
7
-
7
+ import './Login.css'
8
8
9
9
function Login ( ) :JSX . Element {
10
10
const [ email , setEmail ] = useState < string > ( "" )
@@ -46,7 +46,7 @@ function Login () :JSX.Element {
46
46
< Input type = { "email" } name = { "email" } label = { "E-Mail" } value = { setEmail } />
47
47
< Input type = { "password" } name = { "password" } label = { "Passwort" } value = { setPassword } />
48
48
< p > { loginError } </ p >
49
- < p > Noch kein Konto? < Link to = { "/registrieren" } > Jetzt Registrieren</ Link > </ p >
49
+ < p > Noch kein Konto? < Link to = { "/registrieren" } > < span > Jetzt Registrieren</ span > </ Link > </ p >
50
50
</ Form >
51
51
</ div >
52
52
) ;
Original file line number Diff line number Diff line change 14
14
margin-bottom : 20px ;
15
15
}
16
16
17
- input [type = "text" ] {
18
- padding : 8px ;
19
- width : 200px ;
20
- }
21
-
22
17
button {
23
18
padding : 8px ;
24
19
margin-left : 10px ;
You can’t perform that action at this time.
0 commit comments