Passwordless user flow

This commit is contained in:
Robert Long
2021-12-09 12:58:30 -08:00
parent 20350e66a2
commit fc3960ce63
12 changed files with 589 additions and 369 deletions

View File

@@ -15,6 +15,11 @@
background-color: var(--bgColor2);
}
.fullWidth {
background-color: var(--bgColor1);
overflow-y: auto;
}
.centered {
display: flex;
flex-direction: column;
@@ -65,6 +70,10 @@
top: -12px;
}
.fullWidth .content hr:after {
background-color: var(--bgColor1);
}
.left .content form {
display: flex;
flex-direction: column;
@@ -99,11 +108,3 @@
.right .content h3:first-child {
margin-top: 0;
}
.roomList {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 24px;
flex: 1;
}