Merge "Add filters to the Jobs table of the EIC"
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 5038944..955ca31 100644 (file)
@@ -35,9 +35,8 @@
   background-color: transparent;
 }
 
-.action-cell {
-  display: flex;
-  justify-content: flex-end;
+.table-dark {
+  background-color: #2d2d3d;
 }
 
 .display-none {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
-}
\ No newline at end of file
+}
+
+.table-container {
+  margin-top: 10px;
+  max-height: 300px;
+  overflow: auto;
+}
+
+.filter-form {
+  width: 200px;
+}
+
+.mat-form-field {
+  font-size: 14px;
+  width: 100%;
+}