mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
DEV: Remove unused scss (#16134)
`.report-container` doesn't seem to be used anywhere
This commit is contained in:
parent
690036225f
commit
c212af665c
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user