grafana/public/sass/components/_dashboard_list.scss
2019-03-21 10:43:06 +01:00

34 lines
488 B
SCSS

.dashboard-list {
.search-results-container {
padding: 5px 0 0 0;
}
}
.search-results {
margin-top: $space-xl;
}
.search-results-filter-row {
height: 35px;
display: flex;
justify-content: space-between;
align-items: center;
.gf-form-button-row {
padding-top: 0;
button:last-child {
margin-right: 0;
}
}
}
.search-results-filter-row__filters {
display: flex;
}
.search-results-filter-row__filters-item {
width: 150px;
margin-right: 0;
}