diff --git a/js/src/dapps/index.ejs b/js/src/dapps/index.ejs index 250194529..fa65c78bf 100644 --- a/js/src/dapps/index.ejs +++ b/js/src/dapps/index.ejs @@ -11,28 +11,23 @@ height: 100%; margin: 0; padding: 0; - } - - .loading-container { - display: flex; - align-items: center; - justify-content: center; - height: 100%; - font-family: Roboto; - background-color: rgba(0, 0, 0, 0.8); - color: #ddd; + background: white; + font-family: 'Roboto', sans-serif; + font-size: 16px; + font-weight: 300; } .loading { - font-size: 4em; + text-align: center; + padding-top: 5em; + font-size: 2em; + color: #999; }
-
- Loading... -
+
Loading
<% if (!htmlWebpackPlugin.options.secure) { %> diff --git a/js/src/index.ejs b/js/src/index.ejs index eefc50dbb..48cd5c0c0 100644 --- a/js/src/index.ejs +++ b/js/src/index.ejs @@ -11,28 +11,23 @@ height: 100%; margin: 0; padding: 0; - } - - .loading-container { - display: flex; - align-items: center; - justify-content: center; - height: 100%; - font-family: Roboto; - background-color: rgba(0, 0, 0, 0.8); - color: #ddd; + background: white; + font-family: 'Roboto', sans-serif; + font-size: 16px; + font-weight: 300; } .loading { - font-size: 4em; + text-align: center; + padding-top: 5em; + font-size: 2em; + color: #999; }
-
- Loading... -
+
Loading