Merge "Reroute Enrichment to gateway"
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 8e873ec..759f2a8 100644 (file)
   background-color: transparent;
 }
 
+.table-dark {
+  background-color: #2d2d3d;
+}
+
 .action-cell {
   display: flex;
   justify-content: flex-end;
 
 .display-none {
   display: none;
+}
+
+.refresh-button {
+  display: flex;
+  justify-content: space-between;
+  flex-wrap: wrap;
+}
+
+.table-container {
+  margin-top: 10px;
+  max-height: 300px;
+  overflow: auto;
+}
+
+.filter-form {
+  width: 200px;
 }
\ No newline at end of file