Replace background-color to background in loadingIndicator (#3656)

This commit is contained in:
HANATANI Takuma 2018-08-09 01:15:15 +09:00 committed by Sébastien Chopin
parent d1f4deb448
commit 69ea8e9662
11 changed files with 11 additions and 11 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;