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:
@@ -23,16 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="brand-logo">
|
||||
<div class="brand-logo-mark">
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none"
|
||||
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>
|
||||
<span class="brand-name">DBX Corporation</span>
|
||||
<img src="/static/dbx-logo.png" alt="DBX Corporation" class="brand-logo-img" />
|
||||
</div>
|
||||
|
||||
<div class="brand-body">
|
||||
|
||||
Reference in New Issue
Block a user