mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
c212af665c
`.report-container` doesn't seem to be used anywhere
16 lines
278 B
SCSS
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;
|
|
}
|
|
}
|