discourse/app/assets/stylesheets/mobile/admin_reports.scss
2018-08-01 19:54:27 -04:00

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;
}
}
}
}