]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / video-redundancies-list / video-redundancies-list.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
8 &,
9 &:hover {
10 color: pvar(--mainForegroundColor);
11 }
12
13 span {
14 font-size: 80%;
15 color: pvar(--inputPlaceholderColor);
16 }
17 }
18
19 .expansion-block {
20 margin-bottom: 20px;
21 }
22
23 .admin-sub-header {
24 justify-content: flex-end;
25
26 .select-filter-block {
27 &:not(:last-child) {
28 @include 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 }
39 }
40
41 .redundancies-charts {
42 margin-top: 50px;
43
44 .chart-blocks {
45 display: flex;
46 justify-content: center;
47
48 .chart-block {
49 margin: 0 20px;
50 }
51 }
52 }