diff --git a/app/styles/layout/_loading.scss b/app/styles/layout/_loading.scss index d02ac4345..9d0360770 100644 --- a/app/styles/layout/_loading.scss +++ b/app/styles/layout/_loading.scss @@ -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); } -} \ No newline at end of file +}