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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue