From 3f16d298acf2aa2fe3903d98fc833471f5fb4310 Mon Sep 17 00:00:00 2001 From: Reggie Sibley Date: Wed, 26 Oct 2016 15:39:28 -0700 Subject: [PATCH] added styling to the app, and sweetalert --- index.html | 11 ------ package.json | 4 ++- src/App.vue | 3 +- src/components/Goal.vue | 64 +++++++++++++++++++++++++++++++++ src/components/Profile.vue | 28 +++++++++++---- src/components/navbar.vue | 13 ++++--- src/components/top-branding.vue | 7 ++-- src/main.js | 2 ++ 8 files changed, 106 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index e9b0396..1765deb 100644 --- a/index.html +++ b/index.html @@ -9,15 +9,4 @@ -
- -
\ No newline at end of file diff --git a/package.json b/package.json index 22308c8..82b1406 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,9 @@ "font-awesome": "^4.6.3", "lodash": "^4.16.4", "stripe": "^4.12.0", - "vue": "^1.0.21" + "sweetalert": "^1.1.3", + "vue": "^1.0.21", + "vue-sweetalert": "^0.1.15" }, "devDependencies": { "babel-core": "^6.0.0", diff --git a/src/App.vue b/src/App.vue index 49e149e..db97b1c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,6 +13,7 @@ import Vue from 'vue'; import auth from './auth/index.js'; + require('bulma/bulma.sass'); require('animate.css/animate.css'); require('!style!css!sass!font-awesome/scss/font-awesome.scss'); @@ -55,7 +56,7 @@ /* this makes the sticky headers/footers without covering up the content */ #app{ - margin-top: 5rem; + margin-top: 9rem; margin-bottom: 3.5rem; } diff --git a/src/components/Goal.vue b/src/components/Goal.vue index 80be6c8..9c3da5d 100644 --- a/src/components/Goal.vue +++ b/src/components/Goal.vue @@ -24,6 +24,70 @@ + +