From 60092fc0250db5dad0945bb0c1a9ff4d9ae1b173 Mon Sep 17 00:00:00 2001 From: sofiia koval Date: Tue, 12 Nov 2024 14:13:22 +0200 Subject: [PATCH] fix: lint --- .../shared/components/drag-and-drop/drag-and-drop.component.scss | 1 - .../edit-photo-pop-up/edit-photo-pop-up.component.scss | 1 - 2 files changed, 2 deletions(-) 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 {