Add configurable delay to mock endpoints
[portal/ric-dashboard.git] / webapp-frontend / src / app / ran-control / ran-control.component.scss
index b14459d..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;
-}
\ No newline at end of file
+.spinner-container {
+    height: 100px;
+    width: 100px;
+}
+
+.spinner-container mat-spinner {
+    margin: 0 auto 0 auto;
+}
+
+.version__text {
+    color: gray;
+    letter-spacing: 0.1rem;
+    font-size: 10px;
+}
+
+.display-none {
+    display: none;
+}