feat(subscription): 소득 기준 힌트 표시 + input 범위 제한
income_level 입력 필드에 특별공급별 소득 기준(%)'을 안내 텍스트로 표시. 미입력 시 검증 생략됨을 명시. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user