forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
488 B
33 lines
488 B
.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;
|
|
}
|
|
|