]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/system/jobs/jobs.component.scss
Enhance jobs list displaying on smaller screens
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / jobs / jobs.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .admin-sub-header {
5 align-items: flex-end;
6
7 .select-filter-block {
8 &:not(:last-child) {
9 margin-right: 10px;
10 }
11
12 label {
13 margin-bottom: 2px;
14 }
15
16 .peertube-select-container {
17 @include peertube-select-container(auto);
18 }
19 }
20 }
21
22 td .glyphicon {
23 margin-right: 10px;
24 }
25
26 pre {
27 font-size: 11px;
28 }
29
30 .job-error {
31 color: red;
32 }