전략편집기 팝업 기능 적용

This commit is contained in:
Macbook
2026-06-16 10:48:13 +09:00
parent 484f477d6c
commit d5e864b230
7 changed files with 644 additions and 84 deletions
+15
View File
@@ -12,6 +12,21 @@
position: relative;
}
.se-page--modal {
height: 100%;
min-height: 0;
}
.se-btn--modal-close {
font-size: 1.35rem;
line-height: 1;
color: var(--se-text-muted);
}
.se-btn--modal-close:hover {
color: var(--se-text);
}
.se-save-toast {
position: absolute;
top: 56px;