Update login/create-account and onboard for web

This commit is contained in:
Paul Frazee 2023-01-26 21:03:50 -06:00
parent df57c69f06
commit 883d5749ed
5 changed files with 428 additions and 6 deletions

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;