mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:01:11 +08:00
25 lines
321 B
SCSS
25 lines
321 B
SCSS
.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;
|
|
padding: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|