mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
34 lines
488 B
SCSS
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;
|
|
}
|