File size: 209 Bytes
1813a37
 
 
 
 
 
 
 
 
 
 
 
 
 
1982de5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.formGroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;

  justify-content: space-between;
  & > * {
    flex-grow: 0;
  }

  label {
    font-size: 1rem;
    margin-bottom: .5rem;
  }
}