DEV: Remove unused scss (#16134)

`.report-container` doesn't seem to be used anywhere
This commit is contained in:
Jarek Radosz 2022-03-08 17:39:40 +01:00 committed by GitHub
parent 690036225f
commit c212af665c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 48 deletions

View File

@ -12,52 +12,4 @@
.admin-report-chart .chart-canvas-container .chart-canvas {
height: 400px;
}
.report-container {
display: flex;
.loading-container {
width: 100%;
}
.visualization {
display: flex;
flex: 4;
}
.filters {
display: flex;
flex: 1 0 0px;
align-items: center;
flex-direction: column;
margin-left: 2em;
.date-picker {
margin: 0;
width: 195px;
}
.combo-box,
.date-picker-wrapper,
.btn {
width: 100%;
margin-bottom: 1em;
}
}
@include breakpoint(medium) {
flex-direction: column;
min-width: 100%;
.visualization {
order: 2;
}
.filters {
order: 1;
margin: 0;
align-items: flex-start;
}
}
}
}