aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/requests/request-stats/request-stats.component.scss
blob: c9f724604943d1f554ca29fd51af9812a83e9dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.block {
  margin-bottom: 40px;
}

.label-description {
  display: inline-block;
  font-weight: bold;
  color: black;
}

.requests-general {
  .label-description {
    width: 320px;
  }
}

.requests-limit {
  margin-top: 20px;

  .label-description {
    width: 430px;
  }
}