summaryrefslogtreecommitdiff
path: root/admin/src/pages/UpdateRequests/UpdateRequests.module.css
blob: 59a1b082c71f2be3b5b529a805cae054d7eb6d71 (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
27
28
.unverified_users {
  display: flex;
  flex-direction: column; 
  align-items: center;
}

.unverified_users__heading {
  text-align: center;
}

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

.unverified_users__accordion {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.unverified_users__nodata {
  margin: 20px;
  text-align: center;
}