diff --git a/web/index.html b/web/index.html index fbb3111bc1..511b8d8ef9 100644 --- a/web/index.html +++ b/web/index.html @@ -13,8 +13,7 @@
- logo -
+
diff --git a/web/public/loading/index.css b/web/public/loading/index.css index 4a887e817f..efab6c2163 100644 --- a/web/public/loading/index.css +++ b/web/public/loading/index.css @@ -10,7 +10,7 @@ height: 100%; } -.loading-spin__container { +.loading-spin-container { width: 56px; height: 56px; margin: 36px 0; @@ -50,11 +50,9 @@ @keyframes loadingSpin { from { - -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { - -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @@ -85,7 +83,8 @@ } .loading-title { + padding-top: 20px; font-size: 28px; font-weight: 500; - color: #6a6a6a; + color: #333; } diff --git a/web/public/loading/logo.png b/web/public/loading/logo.png deleted file mode 100644 index ab5e2126ea..0000000000 Binary files a/web/public/loading/logo.png and /dev/null differ