summaryrefslogtreecommitdiff
path: root/client/src/pages/Update/Address/Address.module.css
blob: ccaca08e14ae15bf19c685929f97ccfff5e8b0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.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;
}