Create feature module for Enrichment coordinator
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 759f2a8..31a6b18 100644 (file)
  * limitations under the License.
  * ========================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;
-  margin-top: 10px;
-  margin-bottom: 10px;
-  background-color: transparent;
-}
-
-.table-dark {
-  background-color: #2d2d3d;
-}
-
-.action-cell {
-  display: flex;
-  justify-content: flex-end;
-}
-
 .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;
 }
\ No newline at end of file