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