aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.scss
blob: d07d5078bcbf2e17c2ec24a028d17faa2aee44ab (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
24
25
26
27
28
29
30
31
32
@import '_variables';
@import '_mixins';

.admin-sub-header {
  align-items: flex-end;

  .select-filter-block {
    &:not(:last-child) {
      margin-right: 10px;
    }

    label {
      margin-bottom: 2px;
    }

    .peertube-select-container {
      @include peertube-select-container(auto);
    }
  }
}

td .glyphicon {
  margin-right: 10px;
}

pre {
  font-size: 11px;
}

.job-error {
  color: red;
}