aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/jobs/jobs.component.scss
blob: a9e5e8d4b89d7b8307ae6b4c3410737e7442edc2 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@use '_variables' as *;
@use '_mixins' as *;

.select-job-state {
  min-width: 120px;
}

@media screen and (min-width: $primeng-breakpoint) {
  .job-id {
    max-width: 30vw !important;
  }

  .job-type,
  .job-state,
  .job-priority {
    width: 150px !important;
  }

  .job-date {
    width: 170px !important;
  }
}

.admin-sub-header {
  flex-direction: row !important;
  justify-content: flex-end;

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

    label {
      margin-bottom: 2px;
    }

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

  .button-filter-block {
    align-self: flex-end;
  }
}

td .glyphicon {
  @include margin-right(10px);
}

pre {
  font-size: 11px;
}

.job-error {
  color: #ff0000;
}

.select-filter-block .badge {
  @include peertube-badge;
}