fix: 메인 헤더 원복 및 로그인 로고 크기 조정 (28px → 36px)

- main.html 헤더: SVG 아이콘+텍스트 방식으로 원복
- 로그인/접근거부 브랜드 패널 로고: 36px로 조정

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 01:09:07 +09:00
parent a52b66868d
commit cd545d723e
2 changed files with 15 additions and 4 deletions
+2 -2
View File
@@ -88,9 +88,9 @@ a { color: inherit; text-decoration: none; }
.brand-logo-mark svg { color: #fff; } .brand-logo-mark svg { color: #fff; }
.brand-logo-img { .brand-logo-img {
height: 28px; height: 36px;
width: auto; width: auto;
max-width: 160px; max-width: 180px;
object-fit: contain; object-fit: contain;
} }
+13 -2
View File
@@ -11,8 +11,19 @@
<!-- ── 헤더 ── --> <!-- ── 헤더 ── -->
<header class="header"> <header class="header">
<div class="header-brand"> <div class="header-brand">
<img src="/static/dbx-logo.png" alt="DBX Corporation" class="header-logo-img" /> <div class="header-logo-mark">
<span class="header-portal">업무 포털</span> <svg width="18" height="18" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="3" width="7" height="7" rx="1"/>
<rect x="14" y="3" width="7" height="7" rx="1"/>
<rect x="3" y="14" width="7" height="7" rx="1"/>
<rect x="14" y="14" width="7" height="7" rx="1"/>
</svg>
</div>
<div class="header-brand-text">
<span class="header-company">DBX Corporation</span>
<span class="header-portal">업무 포털</span>
</div>
</div> </div>
<div class="header-user"> <div class="header-user">