Update login/create-account and onboard for web

This commit is contained in:
Paul Frazee
2023-01-26 21:03:50 -06:00
parent c1681b40ff
commit 72f1ca3954
5 changed files with 428 additions and 6 deletions
+5
View File
@@ -12,6 +12,11 @@
/* These styles make the root element full-height */
#app-root { display:flex; height:100%; }
/* Remove focus state on inputs */
input:focus {
outline: 0;
}
/* These styles are for src/view/com/modals/WebModal */
div[data-modal-overlay] {
position: fixed;