summaryrefslogtreecommitdiff
path: root/client/src/components/Modal/ExtendedModal.module.css
blob: b1252bd80d622685d33b592ebd6b77f483870226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.modal {
  margin: 0px 15px;
  position: absolute;
  top: 100px;
  right: 250px;
}

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

.modal__image {
  width: 50%;
}

.modal__content {
  text-align: center;
  width: 50%;
  font-size: var(--font-medium-s);
}