refactor: complete modal class-based architecture, design system integration, and map editor modularization

This commit is contained in:
2026-06-01 14:57:07 +09:00
parent 590ddd0e85
commit 9cd5d59bf8
32 changed files with 1838 additions and 1670 deletions

View File

@@ -128,7 +128,7 @@ table {
th, td {
padding: 0.8rem 1.2rem;
border-bottom: 1px solid #F3F4F6;
border-bottom: 1px solid var(--border-color);
text-align: left; /* 기본은 좌측 정렬 */
white-space: nowrap;
}
@@ -140,7 +140,7 @@ thead {
}
th {
background-color: #FAFAFA !important;
background-color: var(--bg-light) !important;
font-size: 13px;
font-weight: 600;
color: var(--text-muted);
@@ -158,7 +158,7 @@ td {
}
tbody tr:hover {
background-color: #F9FAFB;
background-color: var(--bg-color);
}
/* 정렬 클래스 강제 적용 */