Files
gameovergne-app/client/src/app/pages/login/login.component.css
2025-09-24 11:31:28 +02:00

21 lines
286 B
CSS

#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;
}