From aa19c56933fca0f41d1ea2af0f35819802834b43 Mon Sep 17 00:00:00 2001 From: Axolotle Date: Wed, 8 Jul 2020 14:35:22 +0200 Subject: [PATCH] add icon component & add global import of some components --- app/src/App.vue | 24 +++++++++++++---- app/src/components/ListGroupItem.vue | 39 ++++++++++------------------ app/src/components/globals/Icon.vue | 28 ++++++++++++++++++++ app/src/components/globals/index.js | 1 + app/src/main.js | 10 ++++++- app/src/scss/_variables.scss | 36 ++++++++++++++++++++++--- app/src/scss/main.scss | 17 +++++++++--- 7 files changed, 117 insertions(+), 38 deletions(-) create mode 100644 app/src/components/globals/Icon.vue create mode 100644 app/src/components/globals/index.js diff --git a/app/src/App.vue b/app/src/App.vue index c6e04b54..72099045 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -5,10 +5,14 @@ Yunohost logo @@ -21,9 +25,15 @@