From 21fcbaa6ca0e78538cac98b06826c0388e65415a Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Tue, 4 Oct 2016 15:23:06 -0700 Subject: [PATCH 01/86] completed refactoring of CSS --- src/App.vue | 20 ++-- src/components/Dashboard.vue | 79 +++++++------- src/components/Goal.vue | 201 +++++++++++++++++++---------------- src/components/Profile.vue | 63 ++++++----- src/components/Settings.vue | 28 ++--- src/components/navbar.vue | 21 ++-- 6 files changed, 221 insertions(+), 191 deletions(-) diff --git a/src/App.vue b/src/App.vue index 6ca2f2c..c55f9ff 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,12 +26,14 @@ \ No newline at end of file diff --git a/src/components/Goal.vue b/src/components/Goal.vue index d47c8bc..882e96d 100644 --- a/src/components/Goal.vue +++ b/src/components/Goal.vue @@ -1,86 +1,87 @@ \ No newline at end of file diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 5d9b814..5884842 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -1,18 +1,15 @@