Create feature module for Enrichment coordinator
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 109d883..31a6b18 100644 (file)
  * limitations under the License.
  * ========================LICENSE_END===================================
  */
-
-.ei-coordinator-table {
-  width: 100%;
-  min-height: 150px;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  background-color: transparent;
-}
-
-.table-dark {
-  background-color: #2d2d3d;
-}
-
 .display-none {
   display: none;
 }
   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%;
-}
+}
\ No newline at end of file