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;