add sign up page

This commit is contained in:
MaysWind
2023-07-08 00:29:22 +08:00
parent 9d0b874488
commit 48d9a09307
9 changed files with 828 additions and 44 deletions
+3
View File
@@ -0,0 +1,3 @@
:root {
--ebk-icon-font-size: 28px;
}
+6
View File
@@ -11,6 +11,12 @@
pointer-events: none !important;
}
@media (min-width: 600px) {
.text-right-sm {
text-align: right !important;
}
}
/** custom class **/
.pin-codes-input {
--ebk-pin-code-input-height: 56px;