jvcgpt / src /components /form /style.module.scss
Greums's picture
crlf to lf
1813a37
raw
history blame
209 Bytes
.formGroup {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
justify-content: space-between;
& > * {
flex-grow: 0;
}
label {
font-size: 1rem;
margin-bottom: .5rem;
}
}