feat(nav): 임직원(OPS) 로그인 시 하단 관리자·토큰 모달, README 반영

- 좌측 하단 구분선+관리자: OPS 세션에서도 토큰으로 /admin 인증 가능
- OPS+관리자 시 사용자 현황관리·로그오프·로그아웃 정리
- nav-item-admin-entry 스타일(슬레이트 톤)
- README: 관리자 UI·학습 등록·성공 사례 버튼 동작, partials 구조 보강

Made-with: Cursor
This commit is contained in:
2026-04-08 17:31:26 +09:00
parent fa338dfadf
commit 747caa9c99
3 changed files with 35 additions and 5 deletions

View File

@@ -100,13 +100,29 @@ body {
font-size: 11px;
}
/* 이메일(OPS) 인증 사용자: 관리자 버튼 위 로그아웃 */
/* 이메일(OPS) 인증: 하단 관리자(토큰) — 참조 디자인 뮤트 슬레이트 톤 */
.nav-item.nav-item-admin-entry {
color: #8e9aaf;
font-size: 12px;
font-weight: 500;
}
.nav-item.nav-item-admin-entry:hover {
background: #f3f4f6;
color: #64748b;
}
/* 이메일(OPS) 인증 사용자: 로그아웃 */
.nav-item.nav-item-ops-logout {
color: #111827;
font-weight: 600;
font-size: 13px;
}
.nav-separator.nav-separator-footer-admin {
margin-top: 4px;
}
.nav-footer {
margin-top: auto;
padding-top: 8px;