diff --git a/src/Loading.js b/src/Loading.js
index dcccae4..0159b87 100644
--- a/src/Loading.js
+++ b/src/Loading.js
@@ -2,7 +2,7 @@
// Licensed under the BSD 3-Clause License
import React from "react";
-
+import "./index.css";
import {
CircularProgress,
List,
@@ -11,12 +11,16 @@ import {
} from "@material-ui/core";
const Loading = () => (
-
-
-
-
-
-
+
);
export default Loading;
diff --git a/src/index.css b/src/index.css
index 4a1df4d..7404b96 100644
--- a/src/index.css
+++ b/src/index.css
@@ -11,3 +11,15 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
+
+.containerLoading {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+.containerSpinner {
+ flex-direction: column;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}