Skip to content

Commit

Permalink
Merge pull request #210 from nextcloud/backport/209/add-icon-to-empty…
Browse files Browse the repository at this point in the history
…-content

[stable15] Add icon to empty content message
  • Loading branch information
MorrisJobke authored Nov 30, 2018
2 parents 73ed27c + a0f2054 commit 63556a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 1 addition & 4 deletions css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
.emptycontent {
margin: 50px 0;

h2 {
font-weight: 300;
font-size: 16px;
}
@include icon-black-white('notifications-dark', 'notifications', 1);
}

.dismiss-all {
Expand Down
4 changes: 2 additions & 2 deletions js/notifications.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</div>
</div>
<div class="emptycontent" v-else>
<div class="icon icon-notifications-dark"></div>
<h2>{{ t('notifications', 'No notifications') }}</h2>
</div>
</div>
Expand Down

0 comments on commit 63556a0

Please sign in to comment.