design: DBX 로고 이미지 적용 (로그인·접근거부·메인 헤더)
- dbx-logo.png를 app/static에 추가 - login.html / denied.html 브랜드 패널 SVG 아이콘 → 로고 이미지로 교체 - main.html 헤더 SVG 아이콘 → 로고 이미지로 교체 - styles.css에 .brand-logo-img / .header-logo-img 스타일 추가 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -87,6 +87,12 @@ a { color: inherit; text-decoration: none; }
|
||||
|
||||
.brand-logo-mark svg { color: #fff; }
|
||||
|
||||
.brand-logo-img {
|
||||
height: 44px;
|
||||
width: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.brand-name {
|
||||
font-size: 22px;
|
||||
font-weight: 700;
|
||||
@@ -321,6 +327,13 @@ a { color: inherit; text-decoration: none; }
|
||||
|
||||
.header-logo-mark svg { color: #fff; }
|
||||
|
||||
.header-logo-img {
|
||||
height: 32px;
|
||||
width: auto;
|
||||
object-fit: contain;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.header-brand-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user