From 341036f1f39685ac2c566db6c597ef09e0d17ea0 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Tue, 2 Jun 2020 12:15:21 -0300 Subject: [PATCH] Optimize app.svg and and use it as empty content icon. --- css/{style.css => style.scss} | 4 + img/app.svg | 143 ++-------------------------------- js/templates/notes.handlebars | 4 +- 3 files changed, 12 insertions(+), 139 deletions(-) rename css/{style.css => style.scss} (98%) diff --git a/css/style.css b/css/style.scss similarity index 98% rename from css/style.css rename to css/style.scss index 1390f00..7c68cdb 100644 --- a/css/style.css +++ b/css/style.scss @@ -1,3 +1,7 @@ +.icon-quicknotes { + @include icon-color('app', 'quicknotes', $color-black); +} + #app-content-wrapper { height: 100%; } diff --git a/img/app.svg b/img/app.svg index f929ca0..154a4dc 100644 --- a/img/app.svg +++ b/img/app.svg @@ -1,138 +1,7 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + diff --git a/js/templates/notes.handlebars b/js/templates/notes.handlebars index 964a627..0264afd 100644 --- a/js/templates/notes.handlebars +++ b/js/templates/notes.handlebars @@ -88,14 +88,14 @@ {{else if loaded}}
-
+

{{ emptyMsg }}

{{else}}
-
+

{{loadingMsg}}