Chocobozzz/PeerTube

View on GitHub
client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.scss

Summary

Maintainability
Test Coverage
@use '_variables' as *;
@use '_mixins' as *;

a {
  display: inline-block;

  @include disable-default-a-behaviour;

  &,
  &: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;
    }
  }
}