Merge branch 'alertList-no-alerts'

This commit is contained in:
Torkel Ödegaard
2017-11-03 10:17:07 +01:00
4 changed files with 60 additions and 56 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);
}