Add ability to list redundancies
[oweals/peertube.git] / client / src / app / +admin / follows / video-redundancies-list / video-redundancies-list.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .expansion-block {
5   margin-bottom: 20px;
6 }
7
8 .admin-sub-header {
9   align-items: flex-end;
10
11   .select-filter-block {
12     &:not(:last-child) {
13       margin-right: 10px;
14     }
15
16     label {
17       margin-bottom: 2px;
18     }
19
20     .peertube-select-container {
21       @include peertube-select-container(auto);
22     }
23   }
24 }
25
26 .redundancies-charts {
27   margin-top: 50px;
28
29   .chart-blocks {
30     display: flex;
31     justify-content: center;
32
33     .chart-block {
34       margin: 0 20px;
35     }
36   }
37 }