Merge branch 'develop' into develop-search

This commit is contained in:
Torkel Ödegaard
2017-11-17 16:37:09 +01:00
182 changed files with 14625 additions and 1428 deletions

View File

@@ -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);
}

View File

@@ -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;
}