diff --git a/src/app/main/component/shared/components/drag-and-drop/drag-and-drop.component.scss b/src/app/main/component/shared/components/drag-and-drop/drag-and-drop.component.scss index abb075db8d..e095c47e8a 100644 --- a/src/app/main/component/shared/components/drag-and-drop/drag-and-drop.component.scss +++ b/src/app/main/component/shared/components/drag-and-drop/drag-and-drop.component.scss @@ -13,7 +13,6 @@ width: 100%; height: 231px; display: flex; - justify-content: center; align-items: center; diff --git a/src/app/main/component/shared/components/edit-photo-pop-up/edit-photo-pop-up.component.scss b/src/app/main/component/shared/components/edit-photo-pop-up/edit-photo-pop-up.component.scss index ae6aff2262..94b663024c 100644 --- a/src/app/main/component/shared/components/edit-photo-pop-up/edit-photo-pop-up.component.scss +++ b/src/app/main/component/shared/components/edit-photo-pop-up/edit-photo-pop-up.component.scss @@ -5,7 +5,6 @@ max-width: 90vw; padding: 72px 80px 30px; font-family: var(--tertiary-font); - background: var(--primary-white); .cancel {