Create feature module for Enrichment coordinator
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / ei-coordinator / ei-coordinator.component.scss
index 5038944..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;
-}
-
-.action-cell {
-  display: flex;
-  justify-content: flex-end;
-}
-
 .display-none {
   display: none;
 }