Fix #642 - Add "empty column" text to home/notifications

This commit is contained in:
Eugen Rochko 2017-02-18 02:37:59 +01:00
parent 1d5dfda3d4
commit 9e99b8c068
7 changed files with 89 additions and 44 deletions

View file

@ -1182,3 +1182,22 @@ button.active i.fa-retweet {
background: rgba($color8, 0.1);
}
}
.empty-column-indicator {
color: lighten($color1, 20%);
text-align: center;
padding: 20px;
padding-top: 100px;
font-size: 15px;
font-weight: 400;
cursor: default;
a {
color: $color4;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}