mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 15:13:30 -06:00
27 lines
439 B
SCSS
27 lines
439 B
SCSS
.dashboard-list {
|
|
.search-results-container {
|
|
padding: 5px 0 0 0;
|
|
}
|
|
}
|
|
|
|
.search-results-filter-row {
|
|
height: 35px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.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;
|
|
} |