.formGroup { | |
display: flex; | |
flex-direction: column; | |
margin-bottom: 1rem; | |
justify-content: space-between; | |
& > * { | |
flex-grow: 0; | |
} | |
label { | |
font-size: 1rem; | |
margin-bottom: 1rem; | |
} | |
} |
.formGroup { | |
display: flex; | |
flex-direction: column; | |
margin-bottom: 1rem; | |
justify-content: space-between; | |
& > * { | |
flex-grow: 0; | |
} | |
label { | |
font-size: 1rem; | |
margin-bottom: 1rem; | |
} | |
} |