]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/system/jobs/jobs.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .select-job-state {
5 min-width: 120px;
6 }
7
8 @media screen and (min-width: $primeng-breakpoint) {
9 .job-id {
10 max-width: 30vw !important;
11 }
12
13 .job-type,
14 .job-state,
15 .job-priority {
16 width: 150px !important;
17 }
18
19 .job-date {
20 width: 170px !important;
21 }
22 }
23
24 .admin-sub-header {
25 flex-direction: row !important;
26 justify-content: flex-end;
27
28 .select-filter-block {
29 &:not(:last-child) {
30 @include margin-right(10px);
31 }
32
33 label {
34 margin-bottom: 2px;
35 }
36
37 .peertube-select-container {
38 @include peertube-select-container(auto);
39 }
40 }
41
42 .button-filter-block {
43 align-self: flex-end;
44 }
45 }
46
47 pre {
48 font-size: 11px;
49 }
50
51 .job-error {
52 color: #ff0000;
53 }