Feat/new account page (#9236)

This commit is contained in:
NFish
2024-10-12 23:49:18 +08:00
committed by GitHub
parent f73751843f
commit ea6734f550
11 changed files with 511 additions and 26 deletions

View File

@@ -0,0 +1,9 @@
.modal {
padding: 24px 32px !important;
width: 400px !important;
}
.bg {
background: linear-gradient(180deg, rgba(217, 45, 32, 0.05) 0%, rgba(217, 45, 32, 0.00) 24.02%), #F9FAFB;
}