summaryrefslogtreecommitdiff
path: root/client/src/pages/Enrollment/Address/Address.module.css
blob: 26ca9095f5f9b84215b7576695a906ec20a93683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.address {
  display: flex;
  justify-content: center;
}

.address__container {
  margin: 0px 20px;
}

.input {
  display: flex;
  justify-content: center;
  font-family: 'Barlow';
  font-size: var(--font-medium-s);
}

.input__container {
  display: flex;
  flex-direction: column;
}

.input__field {
  width: 300px;
  margin: 10px 0px;
  padding: 20px 10px;
  border: 3px solid;
  border-radius: 10px;
}