mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' into develop
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
.panel-alert-list {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.panel-alert-list__no-alerts {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: calc(100% - 30px);
|
||||
}
|
||||
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
background-color: $tight-form-bg;
|
||||
border: $input-btn-border-width solid $input-label-border-color;
|
||||
.fa {
|
||||
float: right;
|
||||
padding-top: 3px;
|
||||
}
|
||||
.dashlist-star {
|
||||
float: right;
|
||||
}
|
||||
.fa-star {
|
||||
color: $orange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user