fix: 메인 헤더 텍스트로 변경/높이 축소, 로그인 로고 44px 복원

- main.html 헤더: 로고 제거 → "DBX 업무포털" 흰색 텍스트, 높이 64px→44px
- login/denied 브랜드 패널 로고: 44px 복원

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 01:18:38 +09:00
parent 6c82415e02
commit bad5d04d8b
2 changed files with 12 additions and 5 deletions
+11 -3
View File
@@ -16,7 +16,7 @@
--muted: #627590;
--success: #127a46;
--danger: #b91c1c;
--header-h: 64px;
--header-h: 44px;
}
/* ── 리셋 & 기본 ─────────────────────────────────── */
@@ -88,9 +88,9 @@ a { color: inherit; text-decoration: none; }
.brand-logo-mark svg { color: #fff; }
.brand-logo-img {
height: 30px;
height: 44px;
width: auto;
max-width: 160px;
max-width: 200px;
object-fit: contain;
}
@@ -315,6 +315,14 @@ a { color: inherit; text-decoration: none; }
gap: 10px;
}
.header-brand-title {
font-size: 16px;
font-weight: 700;
color: #fff;
letter-spacing: -.2px;
white-space: nowrap;
}
.header-logo-mark {
width: 32px;
height: 32px;
+1 -2
View File
@@ -11,8 +11,7 @@
<!-- ── 헤더 ── -->
<header class="header">
<div class="header-brand">
<img src="/static/dbx-logo.png" alt="DBX Corporation" class="header-logo-img" />
<span class="header-portal">업무 포털</span>
<span class="header-brand-title">DBX 업무포털</span>
</div>
<div class="header-user">