From 23849e8e13cf9b16ac17a86bf37962ef06885d13 Mon Sep 17 00:00:00 2001 From: Daniel Kelly Date: Tue, 9 Jul 2019 23:47:13 -0500 Subject: [PATCH] interface for newsletter --- assets/scss/_util.scss | 3 ++ assets/scss/styles.scss | 1 + components/SubscribeForm.vue | 82 ++++++++++++++++++++++++++++++++++++ components/search.vue | 3 +- layouts/default.vue | 4 +- 5 files changed, 90 insertions(+), 3 deletions(-) create mode 100644 assets/scss/_util.scss create mode 100644 components/SubscribeForm.vue diff --git a/assets/scss/_util.scss b/assets/scss/_util.scss new file mode 100644 index 0000000..2835673 --- /dev/null +++ b/assets/scss/_util.scss @@ -0,0 +1,3 @@ +.subtle-box-shadow{ + box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); +} diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index b69b111..a77b900 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -1,6 +1,7 @@ @import "vars"; @import "animations"; @import "transitions"; +@import "util"; // Import Bulma and Buefy styles @import "~bulma"; @import "~buefy/src/scss/buefy"; diff --git a/components/SubscribeForm.vue b/components/SubscribeForm.vue new file mode 100644 index 0000000..3951a66 --- /dev/null +++ b/components/SubscribeForm.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/components/search.vue b/components/search.vue index 06daa3d..9ffbcfa 100644 --- a/components/search.vue +++ b/components/search.vue @@ -19,7 +19,7 @@ @keyup.enter="search" /> -