Make DE table empty state more readable

pull/1081/head
Alex P 2017-03-30 19:20:38 -07:00 committed by Andrew Watkins
parent dbc3c411e0
commit e8698d376c
1 changed files with 3 additions and 1 deletions

View File

@ -53,9 +53,11 @@
height: 100% !important;
}
.generic-empty-state {
background-color: $g6-smoke;
background-color: transparent;
padding: 50px 0;
height: 100%;
font-size: 22px;
@include no-user-select();
}
}
.graph-container {