mirror of
https://github.com/discourse/discourse.git
synced 2025-03-13 09:58:07 +08:00
25 lines
348 B
SCSS
25 lines
348 B
SCSS
.admin-reports {
|
|
.admin-report {
|
|
.report-body {
|
|
flex-direction: column;
|
|
|
|
.report-filters {
|
|
order: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.alert {
|
|
margin: 0;
|
|
order: 1;
|
|
flex: 1;
|
|
padding: 1em;
|
|
}
|
|
|
|
.admin-report-table,
|
|
.admin-report-chart {
|
|
order: 2;
|
|
}
|
|
}
|
|
}
|
|
}
|