New login flow
This commit is contained in:
@ -61,6 +61,10 @@ a {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.f-space {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.pill {
|
||||
background: #171717;
|
||||
padding: 4px 8px;
|
||||
@ -108,7 +112,6 @@ a {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 8px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.btn-block {
|
||||
@ -232,7 +235,6 @@ div.paper {
|
||||
.dialog-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
z-index: 2;
|
||||
background-color: #171717;
|
||||
@ -242,7 +244,7 @@ div.paper {
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 90vw;
|
||||
max-width: 430px;
|
||||
max-width: 450px;
|
||||
max-height: 85vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@ -254,7 +256,6 @@ div.paper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 25px;
|
||||
box-sizing: border-box;
|
||||
gap: 16px;
|
||||
|
Reference in New Issue
Block a user