Update login/create-account and onboard for web
This commit is contained in:
parent
df57c69f06
commit
883d5749ed
5 changed files with 428 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue