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}}