summaryrefslogtreecommitdiff
path: root/admin/src/components/Modal/MessageModal.module.css
blob: 5be502e6447a25d43410deee04ac3c5ebf137a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.modal__input {
  font-family: 'Barlow';
  width: 500px;
  min-height: 200px;
  margin: 10px 0px;
  padding: 18px 10px;
  border: 3px solid;
  border-radius: 10px;
  font-size: 1.5rem;
}

.modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal__title {
  text-align: center;
  margin: 20px 0px 40px;
  font-size: var(--font-medium-large);
}