mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-18 05:40:31 +00:00
fix log page
This commit is contained in:
parent
c1e6cd4829
commit
c9ec64ab70
@ -19,7 +19,7 @@ const LoginPage = () => {
|
||||
return (
|
||||
<div className={styles.container}>
|
||||
<div className={styles.mainCard}>
|
||||
<h1>Page de connexion</h1>
|
||||
<div className={styles.title}>Page de connexion</div>
|
||||
<button onClick={handleLogin} className={styles.logbtn}>
|
||||
Se connecter avec Google
|
||||
</button>
|
||||
|
@ -1,7 +1,7 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@ -13,12 +13,34 @@ html, body {
|
||||
}
|
||||
|
||||
.mainCard{
|
||||
width: 20rem;
|
||||
width: 70rem;
|
||||
padding: 1rem;
|
||||
background-color: white;
|
||||
background-color: #100D25;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
border-radius: 1rem;
|
||||
padding: 3rem 0rem 3rem 0rem;
|
||||
}
|
||||
|
||||
.title{
|
||||
font-size: 5rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 1rem;
|
||||
color: white;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.logbtn{
|
||||
width: 100%;
|
||||
background-color: #090325;
|
||||
border: none;
|
||||
color : white;
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
margin-top: 1rem;
|
||||
}
|
Loading…
Reference in New Issue
Block a user