loading transition
This commit is contained in:
parent
fdffa0126f
commit
56e1b53140
1
TODO.md
1
TODO.md
|
@ -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
|
||||||
|
|
|
@ -151,3 +151,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nuxt-progress {
|
||||||
|
z-index: 99999;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue