diff --git a/app/main.py b/app/main.py index d6419d6..fc7d062 100644 --- a/app/main.py +++ b/app/main.py @@ -157,14 +157,14 @@ async def home(request: Request) -> HTMLResponse: menu_items = [ { - "title": "CS 발주 업무", - "description": "CS 발주 업무 페이지로 이동", + "title": "CS, 발주, 반품, 코드관리", + "description": "CS, 발주, 반품, 코드관리 페이지로 이동", "url": env("CS_ORDER_URL", "/corm/"), "health_url": "/corm/health/db", }, { - "title": "고객 주문리스트 프로그램", - "description": "고객 주문리스트 프로그램으로 이동", + "title": "고객 주문 데이터베이스", + "description": "고객 주문 데이터베이스 페이지로 이동", "url": env("CUSTOMER_ORDER_LIST_URL", "/orderlist/"), "health_url": "/orderlist/health/db", }, diff --git a/app/static/dbx-logo.png b/app/static/dbx-logo.png index e70717a..28d89d3 100644 Binary files a/app/static/dbx-logo.png and b/app/static/dbx-logo.png differ diff --git a/app/static/styles.css b/app/static/styles.css index 8e74114..a5695af 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -16,7 +16,7 @@ --muted: #627590; --success: #127a46; --danger: #b91c1c; - --header-h: 110px; + --header-h: 55px; } /* ── 리셋 & 기본 ─────────────────────────────────── */ @@ -88,9 +88,8 @@ a { color: inherit; text-decoration: none; } .brand-logo-mark svg { color: #fff; } .brand-logo-img { - width: 100px; - height: 100px; - object-fit: contain; + width: auto; + height: auto; } .brand-logo-img--full { @@ -341,8 +340,8 @@ a { color: inherit; text-decoration: none; } .header-logo-mark svg { color: #fff; } .header-logo-img { - width: 100px; - height: 100px; + height: 55px; + width: auto; object-fit: contain; flex-shrink: 0; } @@ -361,9 +360,10 @@ a { color: inherit; text-decoration: none; } } .header-portal { - font-size: 11px; - color: rgba(255,255,255,.45); - font-weight: 400; + font-size: 24px; + font-weight: 700; + color: #ffffff; + letter-spacing: -0.5px; } .header-user {