ultone/front/src/app/page/login/login.component.scss
2024-07-11 16:37:26 +08:00

25 lines
334 B
SCSS

:host {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
p {
min-width: 20rem;
max-width: 30rem;
width: 100%;
mat-form-field {
width: 100%;
input {
width: 100%;
}
}
button {
width: 100%;
}
}
}