2018-05-18 04:44:33 +08:00
|
|
|
.admin-reports {
|
2018-07-20 02:33:11 +08:00
|
|
|
.admin-report {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.report-header {
|
|
|
|
padding-bottom: 0.5em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
border-bottom: 1px solid $primary-low;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-report-chart .chart-canvas-container .chart-canvas {
|
|
|
|
height: 400px;
|
2018-05-18 04:44:33 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.report-container {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.loading-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visualization {
|
|
|
|
display: flex;
|
|
|
|
flex: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
display: flex;
|
2019-01-22 02:40:55 +08:00
|
|
|
flex: 1 0 0px;
|
2018-05-18 04:44:33 +08:00
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-left: 2em;
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.date-picker {
|
2018-05-18 04:44:33 +08:00
|
|
|
margin: 0;
|
|
|
|
width: 195px;
|
|
|
|
}
|
|
|
|
|
2018-06-08 17:49:31 +08:00
|
|
|
.combo-box,
|
|
|
|
.date-picker-wrapper,
|
|
|
|
.btn {
|
2018-05-18 04:44:33 +08:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-13 04:38:51 +08:00
|
|
|
@include breakpoint(medium) {
|
2018-05-18 04:44:33 +08:00
|
|
|
flex-direction: column;
|
|
|
|
min-width: 100%;
|
|
|
|
|
|
|
|
.visualization {
|
|
|
|
order: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
order: 1;
|
|
|
|
margin: 0;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|