mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 23:19:22 +08:00
This makes it clearer that admin css is compiled to a separate bundle. This is a first step towards moving the 'admin' parts out of the main mobile/desktop bundles.
15 lines
278 B
SCSS
Vendored
15 lines
278 B
SCSS
Vendored
.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;
|
|
}
|
|
}
|