feat: login page

This commit is contained in:
mozzie 2023-03-21 11:08:16 +08:00
parent c8288dbe61
commit 129267dd52
2 changed files with 0 additions and 14 deletions

View File

@ -3,11 +3,6 @@
flex-direction: column;
align-items: center;
justify-content: center;
h4 {
font-weight: 400;
margin-bottom: 48px;
font-size: 16px;
}
.form {
border-radius: 6px;

View File

@ -54,15 +54,6 @@ export default function Login() {
className="container login"
style={{ textAlign: "center", paddingTop: 100 }}
>
<div
style={{
backgroundImage: `url('/09.svg')`,
width: 200,
height: 200,
transform: "translateX(15px)",
}}
></div>
<h4>Backset</h4>
<div style={{ width: 320 }}>
<div className="form">
<input