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);