From bad5d04d8bd3420d8393efd30d089bf2ac100619 Mon Sep 17 00:00:00 2001 From: king Date: Sun, 24 May 2026 01:18:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=20=ED=97=A4=EB=8D=94?= =?UTF-8?q?=20=ED=85=8D=EC=8A=A4=ED=8A=B8=EB=A1=9C=20=EB=B3=80=EA=B2=BD/?= =?UTF-8?q?=EB=86=92=EC=9D=B4=20=EC=B6=95=EC=86=8C,=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=9D=B8=20=EB=A1=9C=EA=B3=A0=2044px=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - main.html 헤더: 로고 제거 → "DBX 업무포털" 흰색 텍스트, 높이 64px→44px - login/denied 브랜드 패널 로고: 44px 복원 Co-Authored-By: Claude Sonnet 4.6 --- app/static/styles.css | 14 +++++++++++--- app/templates/main.html | 3 +-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index a83346d..15b5e46 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -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; diff --git a/app/templates/main.html b/app/templates/main.html index ec30fb7..5230cb9 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -11,8 +11,7 @@
- DBX Corporation - 업무 포털 + DBX 업무포털