mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 22:36:11 +08:00
40 lines
628 B
SCSS
Vendored
40 lines
628 B
SCSS
Vendored
.admin-reports {
|
|
.admin-report {
|
|
width: 100%;
|
|
|
|
.report-header {
|
|
padding-bottom: 0.5em;
|
|
margin-bottom: 1em;
|
|
border-bottom: 1px solid var(--content-border-color);
|
|
}
|
|
}
|
|
|
|
.admin-report-chart .chart-canvas-container .chart-canvas {
|
|
height: 400px;
|
|
}
|
|
}
|
|
|
|
.mobile-view .admin-reports {
|
|
.admin-report {
|
|
.body {
|
|
flex-direction: column;
|
|
|
|
.filters {
|
|
order: 0;
|
|
margin: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.main {
|
|
order: 2;
|
|
}
|
|
|
|
.report-alert {
|
|
margin: 0;
|
|
order: 1;
|
|
flex: 1 0 0px;
|
|
padding: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|