Fix #642 - Add "empty column" text to home/notifications
This commit is contained in:
parent
1d5dfda3d4
commit
9e99b8c068
7 changed files with 89 additions and 44 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue