Add error handling to improve user experience
[portal/ric-dashboard.git] / webapp-frontend / src / app / ran-control / ran-control.component.scss
index af4629a..46fecd5 100644 (file)
     transform: translate(149 56);
 }
 
+.disconnect-all-button {
+    float: right;
+}
+
 .ran-control-table {
     width: 100%;
     min-height: 100px;
     background-color:transparent;
 }
 
-.disconnect-all-button {
-    float: right;
+.spinner-container {
+    height: 100px;
+    width: 100px;
+}
+
+.spinner-container mat-spinner {
+    margin: 0 auto 0 auto;
 }
 
 .version__text {
@@ -45,3 +54,7 @@
     letter-spacing: 0.1rem;
     font-size: 10px;
 }
+
+.display-none {
+    display: none;
+}