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" /> -