Initial commit
This commit is contained in:
34
BookieClient/src/app/features/auth/login.component.scss
Normal file
34
BookieClient/src/app/features/auth/login.component.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
.login-wrap {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: linear-gradient(135deg, #1565c0, #0d47a1);
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.login-card {
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.login-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.login-error {
|
||||
color: var(--bookie-loss);
|
||||
margin: 0 0 12px;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.login-hint {
|
||||
text-align: center;
|
||||
margin-top: 16px;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
form { margin-top: 8px; }
|
||||
Reference in New Issue
Block a user