AltitudeWeb/frontend/src/app/pages/forms/appeal/appeal.component.scss

25 lines
317 B
SCSS
Raw Normal View History

:host {
display: block;
}
.appeal-container {
display: flex;
flex-direction: column;
min-height: 80vh;
}
main {
flex: 1;
display: flex;
flex-direction: column;
overflow-y: auto;
}
.formPage {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin: auto;
}