PeerTube/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.com...

53 lines
742 B
SCSS

@import '_variables';
@import '_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;
}
}
}