1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-15 22:59:41 +02:00
This commit is contained in:
Kushagra Gour 2016-12-29 16:38:05 +05:30
parent 2b8c822204
commit 4e999b52af
2 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,7 @@ settingsBtn, onboardModal, notificationsBtn */
+ '<h3 class="saved-item-tile__title">' + item.title + '</h3><span class="saved-item-tile__meta">Last updated: ' + utils.getHumanDate(item.updatedOn) + '</span></div>';
});
} else {
html += 'Nothing saved here.'
html += '<h2 class="opacity--30">Nothing saved here.</h2>'
}
savedItemsPane.querySelector('#js-saved-items-wrap').innerHTML = html;
toggleSavedItemsPane();

View File

@ -31,6 +31,7 @@ a { text-decoration: none; color: crimson; cursor: pointer; }
.relative { position: relative; }
.tac { text-align: center; }
.full-width { width: 100%; }
.opacity--30 { opacity: 0.3; }
[class*="hint--"]:after {
text-transform: none;