grafana/public/sass/components/_dashboard_list.scss

34 lines
488 B
SCSS
Raw Normal View History

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