fix: ie11 loading indicator not centering (#3779)

This commit is contained in:
Clark Du 2018-08-22 14:10:31 +01:00 committed by GitHub
parent ef85723fe6
commit b35126d68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 0 additions and 12 deletions

View File

@ -11,7 +11,6 @@ body, html, #__nuxt {
}
.spinner {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;

View File

@ -11,7 +11,6 @@ body, html, #__nuxt {
}
.sk-circle {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;

View File

@ -13,7 +13,6 @@ body, html, #__nuxt {
.sk-cube-grid {
width: 40px;
height: 40px;
margin: 100px auto;
}
.sk-cube-grid .sk-cube {

View File

@ -55,7 +55,6 @@
}
#nuxt-loading>div {
margin: 60px auto;
font-size: 10px;
position: relative;
text-indent: -9999em;

View File

@ -11,7 +11,6 @@ body, html, #__nuxt {
}
.sk-fading-circle {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;

View File

@ -11,7 +11,6 @@ body, html, #__nuxt {
}
.sk-folding-cube {
margin: 20px auto;
width: 40px;
height: 40px;
position: relative;

View File

@ -16,7 +16,6 @@ body, html, #__nuxt {
position: relative;
height: 346px;
width: 536px;
margin: 50px auto;
}
.triangle {

View File

@ -13,7 +13,6 @@ body, html, #__nuxt {
.spinner {
width: 40px;
height: 40px;
margin: 100px auto;
background-color: <%= options.color %>;
border-radius: 100%;

View File

@ -11,7 +11,6 @@ body, html, #__nuxt {
}
.spinner {
margin: 100px auto;
width: 50px;
height: 40px;
text-align: center;

View File

@ -15,7 +15,6 @@ body, html, #__nuxt {
height: 40px;
background-color: <%= options.color %>;
margin: 100px auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}

View File

@ -11,7 +11,6 @@ body, html, #__nuxt {
}
.spinner {
margin: 100px auto 0;
width: 70px;
text-align: center;
}

View File

@ -11,7 +11,6 @@ body, html, #__nuxt {
}
.spinner {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;