Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / src / app / anr-xapp / anr-xapp.component.scss
index 094a32d..5d8c3ff 100644 (file)
 }
 
 .spinner-container {
-    height: 360px;
-    width: 390px;
-    position: fixed;
-}
+    height: 100px;
+    width: 100px;
+  }
 
 .spinner-container mat-spinner {
     margin: 130px auto 0 auto;
@@ -80,3 +79,8 @@
     letter-spacing: 0.1rem;
     font-size: 10px;
 }
+
+.display-none {
+    display: none;
+  }
+  
\ No newline at end of file