mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Replace background-color to background in loadingIndicator (#3656)
This commit is contained in:
parent
d1f4deb448
commit
69ea8e9662
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<style>
|
<style>
|
||||||
body, html, #__nuxt {
|
body, html, #__nuxt {
|
||||||
background-color: <%= options.background %>;
|
background: <%= options.background %>;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user