- 모바일 약관 탭 UI 개선 - 스크롤 추가 및 스타일 조정
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 필수 입력 경고 메세지 추가 및 인증 미완료 경고 추가
This commit is contained in:
Rinjae
2026-06-24 15:32:18 +09:00
parent d7abe2c2e5
commit e242d3ed06
9 changed files with 146 additions and 37 deletions
+11 -2
View File
@@ -17822,6 +17822,13 @@ body.commission-print-page .btn-primary:hover {
@media (max-width: 768px) {
.terms-tabs {
padding: 0;
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
}
.terms-tabs::-webkit-scrollbar {
display: none;
}
}
.terms-tabs .tab-link {
@@ -17843,8 +17850,10 @@ body.commission-print-page .btn-primary:hover {
}
@media (max-width: 768px) {
.terms-tabs .tab-link {
padding: 16px 16px;
font-size: 16px;
flex: 1 0 auto;
white-space: nowrap;
padding: 8px 16px;
font-size: 14px;
gap: 4px;
}
}
File diff suppressed because one or more lines are too long