mirror of https://github.com/rancher/ui.git
Bring back i-hate-spinners to stop killing my computer @4k
This commit is contained in:
parent
4a26fbd7a8
commit
dc8b361c7a
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue