]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / video-redundancies-list / video-redundancies-list.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 a {
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
18 .expansion-block {
19 margin-bottom: 20px;
20 }
21
22 .admin-sub-header {
23 justify-content: flex-end;
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 }