Add register to sign page(temp)

This commit is contained in:
2023-12-22 17:57:32 +08:00
parent 85aba29ced
commit bbc669ba3e
11 changed files with 247 additions and 285 deletions

View File

@@ -68,6 +68,10 @@
.form {
width: 300px;
button {
font-weight: bolder;
}
.addition {
justify-content: space-between;
margin-bottom: 14px;
@@ -87,13 +91,22 @@
}
}
.sign-up {
.sign-up, .sign-in, .forget {
.footer {
a {
font-weight: bolder;
}
}
}
.sign-in {
.sign-up, .forget {
.retry {
margin-bottom: 16px;
a {
font-weight: bolder;
}
}
}
}