summaryrefslogtreecommitdiff
path: root/client/src/pages/Update/Address/Address.module.css
blob: 0a5198fe30b119570fb93d7b0aeae164c40ceaa7 (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
.address {
  display: flex;
  justify-content: center;
  margin: 40px 0px 0px;
}

.address__container {
  margin: 0px 20px;
}

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

.input__edit {
  display: flex;
  flex-direction: row;
}

.label {
  font-size: 1.75rem;
}