25 lines
334 B
SCSS
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%;
|
|
}
|
|
}
|
|
}
|