Merge remote-tracking branch 'upstream/develop' into feat-9887

This commit is contained in:
Alexander Zobnin
2017-11-20 15:51:49 +03:00
274 changed files with 15401 additions and 2148 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;
}