loading transition

This commit is contained in:
ManjaroOne666 2019-02-02 12:52:14 +00:00
parent fdffa0126f
commit 56e1b53140
3 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,7 @@
* facebook/twitter social card thingies * facebook/twitter social card thingies
* favicon * favicon
* page descriptions etc * page descriptions etc
* 404 page
## Services ## Services
* background image for mobile * background image for mobile

View File

@ -151,3 +151,7 @@
opacity: 0; opacity: 0;
} }
.nuxt-progress {
z-index: 99999;
}

View File

@ -32,7 +32,10 @@ module.exports = {
/* /*
** Customize the progress-bar color ** Customize the progress-bar color
*/ */
loading: { color: '#fff' }, loading: {
color: '#fff',
height: '2px',
},
/* /*
** Global CSS ** Global CSS