diff --git a/ui/src/components/style/Spinner.module.sass b/ui/src/components/style/Spinner.module.sass new file mode 100644 index 000000000..a7a4e05fd --- /dev/null +++ b/ui/src/components/style/Spinner.module.sass @@ -0,0 +1,6 @@ +@import "../../variables.module" + +.spinnerContainer + display: flex + justify-content: center + margin-bottom: 10px \ No newline at end of file