summaryrefslogtreecommitdiff
path: root/client/src/components/UpdateInput/UpdateInput.module.css
blob: 391937d4135455b46b147e25cf7719a242f3e565 (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
.input__edit {
  display: flex;
  flex-direction: row;
}

.input {
  display: flex;
  justify-content: center;
  font-family: 'Barlow';
  font-size: 1.75rem;
}

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

.input__field {
  width: 500px;
  height: 80px;
  margin: 10px 0px;
  padding: 18px 10px;
  border: 3px solid;
  border-radius: 10px;
  font-size: 1.5rem;
}