diff --git a/index.html b/index.html index 448db52..b893a87 100644 --- a/index.html +++ b/index.html @@ -10,15 +10,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 @@ + +