From b61bf0e5bcba45e219af21cd10c3864cb2c0352f Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Thu, 16 Jul 2026 02:14:40 +0400 Subject: [PATCH] chore(project-editor): remove now-redundant .editor-section-card rule All 11 section components use app-section-card now; the raw shell class had no remaining consumers. Co-Authored-By: Claude Sonnet 5 --- .../features/project-editor/sections/section.shared.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/app/features/project-editor/sections/section.shared.scss b/src/app/features/project-editor/sections/section.shared.scss index 977d2db..4a4afaa 100644 --- a/src/app/features/project-editor/sections/section.shared.scss +++ b/src/app/features/project-editor/sections/section.shared.scss @@ -2,15 +2,6 @@ display: block; } -.editor-section-card { - background: #fff; - border: 1px solid var(--border-color, #d3dad9); - border-radius: 16px; - padding: 18px; - display: grid; - gap: 14px; -} - .media-field-row { display: flex; gap: 8px;