From 4d7011563e76ea73d5bd752a2ab472d24d72bc6a Mon Sep 17 00:00:00 2001 From: Kalila L Date: Thu, 4 Feb 2021 03:03:50 -0500 Subject: [PATCH] Final touch-ups. --- scripts/system/configWizard/public/index.html | 11 ++- scripts/system/configWizard/src/App.vue | 8 +- .../src/components/FirstRunWizard.vue | 94 ++++++++++++++++--- scripts/system/onFirstRun.js | 58 ++++++++++-- 4 files changed, 146 insertions(+), 25 deletions(-) diff --git a/scripts/system/configWizard/public/index.html b/scripts/system/configWizard/public/index.html index d503fed77a..ee2b908a76 100644 --- a/scripts/system/configWizard/public/index.html +++ b/scripts/system/configWizard/public/index.html @@ -12,11 +12,20 @@ html, body { background-color: transparent !important; + overflow: hidden !important; /* Hide scrollbars */ } - + .theme--dark.v-application { background-color: transparent !important; } + + .v-text-field input { + font-size: 1.3em; + } + + .v-text-field label { + font-size: 1.3em; + } diff --git a/scripts/system/configWizard/src/App.vue b/scripts/system/configWizard/src/App.vue index d1f851dbbc..c9161c95cc 100644 --- a/scripts/system/configWizard/src/App.vue +++ b/scripts/system/configWizard/src/App.vue @@ -10,10 +10,6 @@ // --> - -