fix: 메인 헤더 로고 크게(48px), 로그인/접근거부 로고 작게(30px)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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: 36px;
|
height: 30px;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 180px;
|
max-width: 160px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -329,7 +329,7 @@ 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: 32px;
|
height: 48px;
|
||||||
width: auto;
|
width: auto;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|||||||
+2
-13
@@ -11,19 +11,8 @@
|
|||||||
<!-- ── 헤더 ── -->
|
<!-- ── 헤더 ── -->
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header-brand">
|
<div class="header-brand">
|
||||||
<div class="header-logo-mark">
|
<img src="/static/dbx-logo.png" alt="DBX Corporation" class="header-logo-img" />
|
||||||
<svg width="18" height="18" viewBox="0 0 24 24" fill="none"
|
<span class="header-portal">업무 포털</span>
|
||||||
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">
|
||||||
|
|||||||
Reference in New Issue
Block a user