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;
|
||||
--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;
|
||||
|
||||
Reference in New Issue
Block a user