2017-11-23 11:31:02 -06:00
|
|
|
.dashboard-list {
|
2017-12-19 09:22:41 -06:00
|
|
|
.search-results-container {
|
|
|
|
padding: 5px 0 0 0;
|
|
|
|
}
|
2017-11-23 11:31:02 -06:00
|
|
|
}
|
|
|
|
|
2017-12-14 13:20:36 -06:00
|
|
|
.search-results {
|
2019-03-21 04:43:06 -05:00
|
|
|
margin-top: $space-xl;
|
2017-12-14 13:20:36 -06:00
|
|
|
}
|
|
|
|
|
2017-11-23 11:31:02 -06:00
|
|
|
.search-results-filter-row {
|
2017-12-19 09:22:41 -06:00
|
|
|
height: 35px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2018-11-29 11:39:02 -06:00
|
|
|
align-items: center;
|
2017-12-06 07:11:25 -06:00
|
|
|
|
2017-12-19 09:22:41 -06:00
|
|
|
.gf-form-button-row {
|
|
|
|
padding-top: 0;
|
2017-12-06 07:11:25 -06:00
|
|
|
|
2017-12-19 09:22:41 -06:00
|
|
|
button:last-child {
|
|
|
|
margin-right: 0;
|
2017-12-06 07:11:25 -06:00
|
|
|
}
|
2017-12-19 09:22:41 -06:00
|
|
|
}
|
2017-11-23 11:31:02 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-results-filter-row__filters {
|
2017-12-19 09:22:41 -06:00
|
|
|
display: flex;
|
2017-11-23 11:31:02 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-results-filter-row__filters-item {
|
2017-12-19 09:22:41 -06:00
|
|
|
width: 150px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|