feat(auth): update layout and styling for login and registration pages
This commit is contained in:
@@ -75,6 +75,17 @@ a {
|
||||
padding: 2.5rem 1.75rem 3rem;
|
||||
}
|
||||
|
||||
.auth-shell {
|
||||
width: 100%;
|
||||
max-width: 40rem;
|
||||
margin: 0 auto;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 2rem 1.25rem;
|
||||
}
|
||||
|
||||
.terminal-section {
|
||||
border-top: 1px solid rgb(var(--color-border) / 0.8);
|
||||
padding-top: 2.5rem;
|
||||
@@ -159,6 +170,10 @@ select.ui-control {
|
||||
padding: 3rem 2.25rem 3.5rem;
|
||||
}
|
||||
|
||||
.auth-shell {
|
||||
padding: 3rem 2rem;
|
||||
}
|
||||
|
||||
.terminal-section {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user