Finish sign page

This commit is contained in:
2023-12-26 17:45:03 +08:00
parent 6510567fdf
commit 647b203b6a
6 changed files with 187 additions and 44 deletions

View File

@@ -5,6 +5,10 @@
background-color: #D2D0DD;
user-select: none;
a {
cursor: pointer;
}
a:hover {
color: constants.$production-color;
}
@@ -67,6 +71,7 @@
.form {
width: 300px;
font-size: 14px;
button {
font-weight: bolder;
@@ -107,7 +112,7 @@
}
.sign-up, .forget {
.retry {
.retry, .success {
margin-bottom: 16px;
a {