fix spinner path
This commit is contained in:
parent
4006c1502e
commit
d02ecacb26
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.loader {
|
.loader {
|
||||||
-webkit-mask-image: url('/path-to/static-loader.png');
|
-webkit-mask-image: url('/images/static-loader.png');
|
||||||
-webkit-animation: spin 1s infinite ease-in-out,
|
-webkit-animation: spin 1s infinite ease-in-out,
|
||||||
fade-in 0.2s ease-in;
|
fade-in 0.2s ease-in;
|
||||||
-moz-animation: spin 1s infinite ease-in-out,
|
-moz-animation: spin 1s infinite ease-in-out,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue