fix: 메인 헤더 로고 284x284 원본 크기로 표시
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
--muted: #627590;
|
--muted: #627590;
|
||||||
--success: #127a46;
|
--success: #127a46;
|
||||||
--danger: #b91c1c;
|
--danger: #b91c1c;
|
||||||
--header-h: 44px;
|
--header-h: 284px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── 리셋 & 기본 ─────────────────────────────────── */
|
/* ── 리셋 & 기본 ─────────────────────────────────── */
|
||||||
@@ -337,8 +337,8 @@ a { color: inherit; text-decoration: none; }
|
|||||||
.header-logo-mark svg { color: #fff; }
|
.header-logo-mark svg { color: #fff; }
|
||||||
|
|
||||||
.header-logo-img {
|
.header-logo-img {
|
||||||
height: 48px;
|
width: 284px;
|
||||||
width: auto;
|
height: 284px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,8 @@
|
|||||||
<!-- ── 헤더 ── -->
|
<!-- ── 헤더 ── -->
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header-brand">
|
<div class="header-brand">
|
||||||
<span class="header-brand-title">DBX 업무포털</span>
|
<img src="/static/dbx-logo.png" alt="DBX Corporation" class="header-logo-img" />
|
||||||
|
<span class="header-portal">업무 포털</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="header-user">
|
<div class="header-user">
|
||||||
|
|||||||
Reference in New Issue
Block a user