App metrics visualization manage
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / app / stats / stats.component.scss
index 5cfc7ab..aa2bbe1 100644 (file)
  .stats__section {
 }
 
+.stats-table {
+  width: 100%;
+  min-height: 150px;
+  margin-top: 10px;
+  background-color:transparent;
+}
+
+.spinner-container mat-spinner {
+  margin: 130px auto 0 auto;
+}
+
 .bar-chart-card {
     height: 100%;
     width: 100%;
@@ -39,4 +50,19 @@ iframe {
   width: 500px;
   height: 420px;
   border: 1px solid black;
-}
\ No newline at end of file
+}
+
+.display-none {
+  display: none;
+}
+
+.mat-column-editmetricUrl {
+  white-space: unset ;
+  max-width: 18% ;
+}
+
+.mat-column-appName {
+  white-space: unset ;
+  max-width: 28% ;
+}
+