Add test coverage to NoTypePolicyInstanceDialog
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 759f2a8..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: #2d2d3d;
 }
 
-.action-cell {
-  display: flex;
-  justify-content: flex-end;
-}
-
 .display-none {
   display: none;
 }
@@ -62,4 +48,9 @@
 
 .filter-form {
   width: 200px;
-}
\ No newline at end of file
+}
+
+.mat-form-field {
+  font-size: 14px;
+  width: 100%;
+}