알림팝업 전체닫기 오류 수정

This commit is contained in:
Macbook
2026-05-23 21:25:46 +09:00
parent 70ac67afe7
commit 4df8279a31
11 changed files with 290 additions and 170 deletions
+17 -1
View File
@@ -287,28 +287,44 @@
background: rgba(0, 0, 0, 0.45);
}
/* 라이트 테마 */
/* 라이트 테마 — body 포털(html.theme-light) · 앱 내부(.app.light) 공통 */
html.theme-light .app-popup-shell,
.app.light .app-popup-shell,
html.theme-light .tam-modal,
.app.light .tam-modal,
html.theme-light .lsp-modal,
.app.light .lsp-modal,
html.theme-light .gc-popup-panel,
.app.light .gc-popup-panel,
html.theme-light .bts-modal,
.app.light .bts-modal,
html.theme-light .brm-modal,
.app.light .brm-modal,
html.theme-light .ism-dialog,
.app.light .ism-dialog,
html.theme-light .login-modal,
.app.light .login-modal {
background: #ffffff;
border-color: rgba(25, 118, 210, 0.35);
color: #212121;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18), 0 0 40px rgba(25, 118, 210, 0.08);
}
html.theme-light .app-popup-header,
.app.light .app-popup-header,
html.theme-light .gc-popup-header,
.app.light .gc-popup-header {
background: linear-gradient(180deg, rgba(25, 118, 210, 0.1) 0%, #f5f7fa 100%);
border-color: rgba(0, 0, 0, 0.1);
}
html.theme-light .app-popup-header-title,
.app.light .app-popup-header-title,
html.theme-light .gc-popup-title,
.app.light .gc-popup-title { color: #1a237e; }
html.theme-light .app-popup-header-ko,
.app.light .app-popup-header-ko { color: #546e7a; }
html.theme-light .app-popup-card,
.app.light .app-popup-card { background: #f5f7fa; border-color: rgba(0, 0, 0, 0.1); }
html.theme-light .app-popup-input,
.app.light .app-popup-input,
html.theme-light .app-popup-select,
.app.light .app-popup-select { background: #f0f3f8; border-color: rgba(0, 0, 0, 0.12); color: #212121; }