diff --git a/client/web/icons/loading-animation.png b/client/web/icons/loading-animation.png new file mode 100644 index 000000000..e97cd02bc Binary files /dev/null and b/client/web/icons/loading-animation.png differ diff --git a/client/web/icons/loading-animation.svg b/client/web/icons/loading-animation.svg deleted file mode 100644 index e9c0bb905..000000000 --- a/client/web/icons/loading-animation.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/client/web/index.html b/client/web/index.html index ea51002fb..601d67ea8 100644 --- a/client/web/index.html +++ b/client/web/index.html @@ -72,19 +72,19 @@ @keyframes breathe { from { - transform: scale(1); + transform: scale(0.4); opacity: 1.0; } to { - transform: scale(0.95); + transform: scale(0.35); opacity: .7; } } @keyframes zooooom { from { - transform: scale(1) + transform: scale(0.4) } to { @@ -92,7 +92,7 @@ } } - Loading indicator... + Loading...