- Public: live notice feed, event subscribe, smart/rotating ticket QR, info pages, unsubscribe - Visitor: kiosk check-in, account page + API - Admin/work/analytics/floorplan/auction/cms/ops screen updates - Components: Modal, BrandLogo, TenantSwitcher, GridPdfButton - i18n 4 locales, public brand/login-slide/hero/track/venue assets Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
26 lines
672 B
CSS
26 lines
672 B
CSS
/*
|
|
* KINTEX 브랜드 워드마크 — 컨텍스트별 크기 규격 단일 출처(소유자 지시 2026-07-24 "로고 전체 통일·크기 조정").
|
|
* 정식 CI 워드마크 = /brand/kintex-wordmark.jpg. 임의 px 산재 금지 — 반드시 아래 규격 클래스 사용.
|
|
* header : 셸/공개 헤더 28px
|
|
* auth : 로그인·2FA 32px
|
|
* footer : 풋터 22px
|
|
* print : 인쇄·키오스크 38px
|
|
*/
|
|
.kx-brandmark {
|
|
width: auto;
|
|
display: block;
|
|
object-fit: contain;
|
|
}
|
|
.kx-brandmark--header {
|
|
height: 28px;
|
|
}
|
|
.kx-brandmark--auth {
|
|
height: 32px;
|
|
}
|
|
.kx-brandmark--footer {
|
|
height: 22px;
|
|
}
|
|
.kx-brandmark--print {
|
|
height: 38px;
|
|
}
|