aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.scss
blob: ccc0b35ca0ae2ca42db386e66253854b98736f19 (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
@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);
    }
  }
}

pre {
  font-size: 11px;
}

.job-error {
  color: red;
}