Select Git revision

Volker Schukai authored
main.pcss 402 B
@import"../../source/components/style/mixin/form.pcss";
.form-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: calc( 100vh - 100px );
}
.inner-form {
@mixin form;
min-width: fit-content;
}
.buttons {
display: flex;
justify-content: space-between;
gap: 1em;
width: 100%;
margin-top: 20px;
}