Spaces:
Running
Running
Update flare-ui/src/app/components/login/login.component.ts
Browse files
flare-ui/src/app/components/login/login.component.ts
CHANGED
@@ -97,7 +97,7 @@ import { AuthService } from '../../services/auth.service';
|
|
97 |
display: flex;
|
98 |
align-items: center;
|
99 |
justify-content: center;
|
100 |
-
background:
|
101 |
}
|
102 |
|
103 |
.login-card {
|
|
|
97 |
display: flex;
|
98 |
align-items: center;
|
99 |
justify-content: center;
|
100 |
+
background-color: #f5f5f5;
|
101 |
}
|
102 |
|
103 |
.login-card {
|