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 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-07-16 02:14:40 +04:00
parent 8021b362cf
commit b61bf0e5bc

View File

@@ -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;