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