Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / src / app / app-control / app-control.component.scss
 }
 
 .spinner-container {
-    height: 360px;
-    width: 390px;
-    position: fixed;
+  height: 100px;
+  width: 100px;
 }
 
 .spinner-container mat-spinner {
-    margin: 130px auto 0 auto;
+  margin: 0 auto 0 auto;
 }
 
 .app-control-table {
@@ -49,3 +48,7 @@
 tr.message-row {
   height: 0;
 }
+
+.display-none {
+  display: none;
+}