discourse/app/assets/stylesheets/common/admin/admin_reports.scss
Jarek Radosz c212af665c
DEV: Remove unused scss (#16134)
`.report-container` doesn't seem to be used anywhere
2022-03-08 17:39:40 +01:00

16 lines
278 B
SCSS

.admin-reports {
.admin-report {
width: 100%;
.report-header {
padding-bottom: 0.5em;
margin-bottom: 1em;
border-bottom: 1px solid var(--primary-low);
}
}
.admin-report-chart .chart-canvas-container .chart-canvas {
height: 400px;
}
}