aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss
blob: bea8bf0d7bd507c9cc06a6d591c59397435b0e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@use '_variables';
@use '_mixins';

a {
  @include disable-default-a-behaviour;
  display: inline-block;

  &,
  &:hover {
    color: pvar(--mainForegroundColor);
  }

  span {
    font-size: 80%;
    color: pvar(--inputPlaceholderColor);
  }
}

.expansion-block {
  margin-bottom: 20px;
}

.admin-sub-header {
  justify-content: flex-end;

  .select-filter-block {
    &:not(:last-child) {
      @include margin-right(10px);
    }

    label {
      margin-bottom: 2px;
    }

    .peertube-select-container {
      @include peertube-select-container(auto);
    }
  }
}

.redundancies-charts {
  margin-top: 50px;

  .chart-blocks {
    display: flex;
    justify-content: center;

    .chart-block {
      margin: 0 20px;
    }
  }
}