feat(subscription): 소득 기준 힌트 표시 + input 범위 제한

income_level 입력 필드에 특별공급별 소득 기준(%)'을 안내 텍스트로 표시.
미입력 시 검증 생략됨을 명시.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 10:12:34 +09:00
parent 6c1f19e690
commit 8514232775
2 changed files with 11 additions and 1 deletions

View File

@@ -1078,6 +1078,13 @@
font-weight: 500;
}
.sub-form-hint {
font-size: 10px;
color: var(--text-dim);
opacity: 0.7;
line-height: 1.4;
}
.sub-form-input {
background: var(--bg-tertiary);
border: 1px solid var(--line);