Dashboard using policy agent NBI
[nonrtric.git] / dashboard / webapp-frontend / src / app / policy-control / policy-instance.component.scss
index 5c1d7c3..6a18c34 100644 (file)
  */
 
 .instances-table {
-  width: 60%; ;
-  min-height: 150px;
-  min-width: 600px;
+  width: 90%;
+  min-width: 1200px;
   margin-top: 10px;
   margin-bottom: 10px;
-  background-color:rgb(233, 233, 240);   
+  background-color: grayscale($color: #eeeaea);
+}
+
+.mat-column-instanceId {
+  word-wrap: break-word;
+  white-space: unset;
+  flex: 0 0 28%;
+  width: 28%;
+}
+
+
+.table-dark {
+  background-color: #2d2d3d;
 }
 
 .action-cell {
-      display: flex; 
-      justify-content: flex-end;
+  display: flex;
+  justify-content: flex-end;
 }
 
 .display-none {