]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss
Display video redundancy entries as table link objects
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / video-redundancies-list / video-redundancies-list.component.scss
CommitLineData
b764380a
C
1@import '_variables';
2@import '_mixins';
3
b72ec06b
RK
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
8 &, &:hover {
9 color: var(--mainForegroundColor);
10 }
11
12 span {
13 font-size: 80%;
14 color: var(--inputPlaceholderColor);
15 }
16}
17
b764380a
C
18.expansion-block {
19 margin-bottom: 20px;
20}
21
22.admin-sub-header {
b1f3b635 23 justify-content: flex-end;
b764380a
C
24
25 .select-filter-block {
26 &:not(:last-child) {
27 margin-right: 10px;
28 }
29
30 label {
31 margin-bottom: 2px;
32 }
33
34 .peertube-select-container {
35 @include peertube-select-container(auto);
36 }
37 }
38}
39
40.redundancies-charts {
41 margin-top: 50px;
42
43 .chart-blocks {
44 display: flex;
45 justify-content: center;
46
47 .chart-block {
48 margin: 0 20px;
49 }
50 }
51}