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

38 lines
519 B
SCSS

@import '_variables';
@import '_mixins';
.expansion-block {
margin-bottom: 20px;
}
.admin-sub-header {
align-items: 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;
}
}
}