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
|
||||
* favicon
|
||||
* page descriptions etc
|
||||
* 404 page
|
||||
|
||||
## Services
|
||||
* background image for mobile
|
||||
|
|
|
@ -151,3 +151,7 @@
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
.nuxt-progress {
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,10 @@ module.exports = {
|
|||
/*
|
||||
** Customize the progress-bar color
|
||||
*/
|
||||
loading: { color: '#fff' },
|
||||
loading: {
|
||||
color: '#fff',
|
||||
height: '2px',
|
||||
},
|
||||
|
||||
/*
|
||||
** Global CSS
|
||||
|
|
Loading…
Reference in New Issue