]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / video-redundancies-list / video-redundancies-list.component.scss
CommitLineData
fa12eacc
C
1@use '_variables';
2@use '_mixins';
b764380a 3
b72ec06b
RK
4a {
5 @include disable-default-a-behaviour;
6 display: inline-block;
7
931d3430
C
8 &,
9 &:hover {
e66883b3 10 color: pvar(--mainForegroundColor);
b72ec06b
RK
11 }
12
13 span {
14 font-size: 80%;
e66883b3 15 color: pvar(--inputPlaceholderColor);
b72ec06b
RK
16 }
17}
18
b764380a
C
19.expansion-block {
20 margin-bottom: 20px;
21}
22
23.admin-sub-header {
b1f3b635 24 justify-content: flex-end;
b764380a
C
25
26 .select-filter-block {
27 &:not(:last-child) {
27bc9586 28 @include margin-right(10px);
b764380a
C
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}