@import '../../components/filter/index.wxss';
|
@import './problems.wxss';
|
@import './analysis.wxss';
|
|
.page .page-header {
|
background: linear-gradient(var(--td-primary-color-7), var(--td-bg-color));
|
}
|
|
.filter-wrap {
|
padding: 0 var(--td-spacer);
|
background: initial;
|
}
|
|
.filter-wrap-2 {
|
background: initial;
|
}
|
|
.picker-location {
|
color: var(--td-font-white-1) !important;
|
justify-content: flex-end !important;
|
/* width: initial !important; */
|
max-width: 50vw;
|
/* background-color: lawngreen; */
|
}
|
|
.flex-start{
|
justify-content: flex-start !important;
|
}
|