Add test coverage to NoTypePolicyInstanceDialog
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 8e873ec..109d883 100644 (file)
  * ========================LICENSE_END===================================
  */
 
-.spinner-container {
-  height: 100px;
-  width: 100px;
-}
-
-.spinner-container mat-spinner {
-  margin: 0 auto 0 auto;
-}
-
 .ei-coordinator-table {
   width: 100%;
   min-height: 150px;
   background-color: transparent;
 }
 
-.action-cell {
-  display: flex;
-  justify-content: flex-end;
+.table-dark {
+  background-color: #2d2d3d;
 }
 
 .display-none {
   display: none;
-}
\ No newline at end of file
+}
+
+.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;
+}
+
+.mat-form-field {
+  font-size: 14px;
+  width: 100%;
+}