mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix: ie11 loading indicator not centering (#3779)
This commit is contained in:
parent
ef85723fe6
commit
b35126d68c
@ -11,7 +11,6 @@ body, html, #__nuxt {
|
||||
}
|
||||
|
||||
.spinner {
|
||||
margin: 100px auto;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: relative;
|
||||
|
@ -11,7 +11,6 @@ body, html, #__nuxt {
|
||||
}
|
||||
|
||||
.sk-circle {
|
||||
margin: 100px auto;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: relative;
|
||||
|
@ -13,7 +13,6 @@ body, html, #__nuxt {
|
||||
.sk-cube-grid {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 100px auto;
|
||||
}
|
||||
|
||||
.sk-cube-grid .sk-cube {
|
||||
|
@ -55,7 +55,6 @@
|
||||
}
|
||||
|
||||
#nuxt-loading>div {
|
||||
margin: 60px auto;
|
||||
font-size: 10px;
|
||||
position: relative;
|
||||
text-indent: -9999em;
|
||||
|
@ -11,7 +11,6 @@ body, html, #__nuxt {
|
||||
}
|
||||
|
||||
.sk-fading-circle {
|
||||
margin: 100px auto;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: relative;
|
||||
|
@ -11,7 +11,6 @@ body, html, #__nuxt {
|
||||
}
|
||||
|
||||
.sk-folding-cube {
|
||||
margin: 20px auto;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: relative;
|
||||
|
@ -16,7 +16,6 @@ body, html, #__nuxt {
|
||||
position: relative;
|
||||
height: 346px;
|
||||
width: 536px;
|
||||
margin: 50px auto;
|
||||
}
|
||||
|
||||
.triangle {
|
||||
|
@ -13,7 +13,6 @@ body, html, #__nuxt {
|
||||
.spinner {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 100px auto;
|
||||
background-color: <%= options.color %>;
|
||||
|
||||
border-radius: 100%;
|
||||
|
@ -11,7 +11,6 @@ body, html, #__nuxt {
|
||||
}
|
||||
|
||||
.spinner {
|
||||
margin: 100px auto;
|
||||
width: 50px;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -11,7 +11,6 @@ body, html, #__nuxt {
|
||||
}
|
||||
|
||||
.spinner {
|
||||
margin: 100px auto 0;
|
||||
width: 70px;
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -11,7 +11,6 @@ body, html, #__nuxt {
|
||||
}
|
||||
|
||||
.spinner {
|
||||
margin: 100px auto;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user