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:
+11
-3
@@ -16,7 +16,7 @@
|
|||||||
--muted: #627590;
|
--muted: #627590;
|
||||||
--success: #127a46;
|
--success: #127a46;
|
||||||
--danger: #b91c1c;
|
--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-mark svg { color: #fff; }
|
||||||
|
|
||||||
.brand-logo-img {
|
.brand-logo-img {
|
||||||
height: 30px;
|
height: 44px;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 160px;
|
max-width: 200px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -315,6 +315,14 @@ a { color: inherit; text-decoration: none; }
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-brand-title {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 700;
|
||||||
|
color: #fff;
|
||||||
|
letter-spacing: -.2px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.header-logo-mark {
|
.header-logo-mark {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|||||||
@@ -11,8 +11,7 @@
|
|||||||
<!-- ── 헤더 ── -->
|
<!-- ── 헤더 ── -->
|
||||||
<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" />
|
<span class="header-brand-title">DBX 업무포털</span>
|
||||||
<span class="header-portal">업무 포털</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="header-user">
|
<div class="header-user">
|
||||||
|
|||||||
Reference in New Issue
Block a user