add initial Angular components, services, and routing setup
This commit is contained in:
20
client/src/app/pages/login/login.component.css
Normal file
20
client/src/app/pages/login/login.component.css
Normal file
@@ -0,0 +1,20 @@
|
||||
#container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
form {
|
||||
background-color: white;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
mat-error {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user