summaryrefslogtreecommitdiff
path: root/client/src/components/Input/Input.module.css
blob: 59867e96c36cd02f1bc53f61335d2e58de76b0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.input {
  display: flex;
  justify-content: center;
  font-family: 'Barlow';
  margin: 15px 0px;
  font-size: var(--font-medium-s);
}

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

.input__field {
  width: 330px;
  margin: 10px 0px;
  padding: 18px 10px;
  border: 3px solid;
  border-radius: 10px;
  font-size: 1rem;
}