diff --git a/backend/src/Squidex/wwwroot/images/loader-white.gif b/backend/src/Squidex/wwwroot/images/loader-white.gif deleted file mode 100644 index 7fefdbce7..000000000 Binary files a/backend/src/Squidex/wwwroot/images/loader-white.gif and /dev/null differ diff --git a/backend/src/Squidex/wwwroot/images/loader.gif b/backend/src/Squidex/wwwroot/images/loader.gif deleted file mode 100644 index 0a8226a3b..000000000 Binary files a/backend/src/Squidex/wwwroot/images/loader.gif and /dev/null differ diff --git a/backend/src/Squidex/wwwroot/images/loader.svg b/backend/src/Squidex/wwwroot/images/loader.svg new file mode 100644 index 000000000..a48faec5a --- /dev/null +++ b/backend/src/Squidex/wwwroot/images/loader.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/backend/src/Squidex/wwwroot/images/logo-white.svg b/backend/src/Squidex/wwwroot/images/logo-white.svg new file mode 100644 index 000000000..c13709328 --- /dev/null +++ b/backend/src/Squidex/wwwroot/images/logo-white.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/frontend/app/app.component.html b/frontend/app/app.component.html index 9e34c89ae..e00fd2912 100644 --- a/frontend/app/app.component.html +++ b/frontend/app/app.component.html @@ -3,7 +3,7 @@ - + {{ 'common.loading' | sqxTranslate }} diff --git a/frontend/app/index.html b/frontend/app/index.html index 2b56157ae..f87298e8a 100644 --- a/frontend/app/index.html +++ b/frontend/app/index.html @@ -50,7 +50,7 @@ - + Loading Squidex diff --git a/frontend/app/shell/pages/home/home-page.component.html b/frontend/app/shell/pages/home/home-page.component.html index 3bf3f9e99..bdb389fc8 100644 --- a/frontend/app/shell/pages/home/home-page.component.html +++ b/frontend/app/shell/pages/home/home-page.component.html @@ -1,7 +1,7 @@ - + diff --git a/frontend/app/shell/pages/internal/logo.component.html b/frontend/app/shell/pages/internal/logo.component.html index 45f21cbe7..df9e37af4 100644 --- a/frontend/app/shell/pages/internal/logo.component.html +++ b/frontend/app/shell/pages/internal/logo.component.html @@ -1,3 +1,3 @@ - + \ No newline at end of file diff --git a/frontend/app/shell/pages/internal/logo.component.scss b/frontend/app/shell/pages/internal/logo.component.scss index 28f40727d..6ad539f08 100644 --- a/frontend/app/shell/pages/internal/logo.component.scss +++ b/frontend/app/shell/pages/internal/logo.component.scss @@ -1,3 +1,6 @@ .loader { - @include absolute(12px, null, null, 20px); + @include absolute(50%, null, null, 50%); + margin-left: -14px; + margin-top: -14px; + width: 28px; } \ No newline at end of file