jvcgpt / src /components /form /style.module.scss
Greums's picture
fix some stuff related to HF iframe
603afa9
raw
history blame
222 Bytes
.formGroup {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
justify-content: space-between;
& > * {
flex-grow: 0;
}
label {
font-size: 1rem;
margin-bottom: 1rem;
}
}