aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/admin/requests/request-stats/request-stats.component.scss
blob: 9c68fba9900487d65866d2b138058c4bfbd5f230 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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;
  }
}