aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss
blob: dc43e40077a5d577be52e8bb1672ececd1140223 (plain) (tree)
1
2
3


                     













                                        




                      
                            



























                                               
@import '_variables';
@import '_mixins';

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

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

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

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

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

  .select-filter-block {
    &:not(:last-child) {
      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;
    }
  }
}