]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/system/jobs/jobs.component.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
CommitLineData
94a5ff8a
C
1@import '_variables';
2@import '_mixins';
3
7f0d8561
RK
4.select-job-state {
5 min-width: 120px;
6}
7
eb1c46e9
RK
8.job-id {
9 max-width: 30vw !important;
10}
11
3b01f4c0 12.job-type,
77d7e851
C
13.job-state,
14.job-priority {
eb1c46e9
RK
15 width: 150px !important;
16}
17
18.job-date {
19 width: 170px !important;
20}
21
1061c73f 22.admin-sub-header {
7a03209d 23 flex-direction: row !important;
b1f3b635 24 justify-content: flex-end;
1061c73f
C
25
26 .select-filter-block {
27 &:not(:last-child) {
28 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 }
83e74670
C
39
40 .button-filter-block {
41 align-self: flex-end;
42 }
94a5ff8a
C
43}
44
42712121
JM
45td .glyphicon {
46 margin-right: 10px;
47}
48
cd83ea1b 49pre {
82750da3 50 font-size: 11px;
cd83ea1b 51}
c1953c56
C
52
53.job-error {
931d3430 54 color: #ff0000;
c1953c56 55}
7f0d8561
RK
56
57.badge {
58 @include table-badge;
59}