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