Bring back i-hate-spinners to stop killing my computer @4k

This commit is contained in:
Westly Wright 2017-02-22 15:18:57 -07:00
parent 4a26fbd7a8
commit dc8b361c7a
No known key found for this signature in database
GPG Key ID: 90C6F54EB2513CAE
1 changed files with 15 additions and 4 deletions

View File

@ -6,6 +6,17 @@
z-index: 13;
}
.i-hate-spinners {
.lid:before,
.lid:after,
.lid,
.square,
.icon-spin {
animation: none;
-webkit-animation:: none;
}
}
.underlay {
z-index: 10;
background-color: rgba($light-grey, 0.5);
@ -23,7 +34,7 @@
margin: 0 auto;
position: relative;
animation: "";
&:before, &:after {
content: "";
height: 20px;
@ -64,7 +75,7 @@
@keyframes ball {
0% {
transform: scaleX(0.25) scaleY(0.25);
transform: scaleX(0.25) scaleY(0.25);
top: -40px;
opacity: 0;
}
@ -72,7 +83,7 @@
opacity: .75;
}
100% {
transform: scaleX(1.0) scaleY(1.0);
transform: scaleX(1.0) scaleY(1.0);
top: 0;
opacity: 1;
}
@ -100,4 +111,4 @@
100% {
transform: rotate(0);
}
}
}