jvcgpt / src /components /form /style.module.scss
Greums's picture
first alpha version
1982de5
raw
history blame
150 Bytes
.formGroup {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
label {
font-size: 1rem;
margin-bottom: 1rem;
}
}