From 364d59ff17db62b28b15e1aef77aa43bc03d4811 Mon Sep 17 00:00:00 2001 From: hjanday Date: Sat, 16 Jan 2021 21:41:05 -0500 Subject: [PATCH 1/3] made slight styling tweaks to signin and signout pages --- assets/variables.scss | 1 + components/SignIn.vue | 22 ++++++++++++++++++---- components/signup.vue | 22 ++++++++++++++++++---- nuxt.config.js | 2 +- store/index.js | 5 +---- 5 files changed, 39 insertions(+), 13 deletions(-) diff --git a/assets/variables.scss b/assets/variables.scss index f60e609..bbf7c2b 100644 --- a/assets/variables.scss +++ b/assets/variables.scss @@ -2,3 +2,4 @@ // // The variables you want to modify // $font-size-root: 20px; + $font-family: -apple-system, BlinkMacSystemFont, sans-serif; diff --git a/components/SignIn.vue b/components/SignIn.vue index 6906757..579f988 100644 --- a/components/SignIn.vue +++ b/components/SignIn.vue @@ -1,16 +1,21 @@