From 56e1b5314059f117346e8872612ee2838c641951 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sat, 2 Feb 2019 12:52:14 +0000 Subject: [PATCH] loading transition --- TODO.md | 1 + assets/scss/style.scss | 4 ++++ nuxt.config.js | 5 ++++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6992be7..5c5571f 100644 --- a/TODO.md +++ b/TODO.md @@ -5,6 +5,7 @@ * facebook/twitter social card thingies * favicon * page descriptions etc +* 404 page ## Services * background image for mobile diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 0e03c53..ded4422 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -151,3 +151,7 @@ opacity: 0; } +.nuxt-progress { + z-index: 99999; +} + diff --git a/nuxt.config.js b/nuxt.config.js index 1532741..0d40785 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -32,7 +32,10 @@ module.exports = { /* ** Customize the progress-bar color */ - loading: { color: '#fff' }, + loading: { + color: '#fff', + height: '2px', + }, /* ** Global CSS