- Remove :deep() pseudo-selectors (not supported in external CSS files) - Add !important to metric card, accent colors, and page hero styles to ensure MudBlazor components display correctly - Improve CSS specificity for typography classes (.mud-typography--h3 and .mud-typography-h3) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Change CSS/JS paths from absolute (/taxbaik/...) to relative (css/..., js/...) to work correctly with UsePathBase("/taxbaik") - Add comprehensive admin layout styles: admin-shell, admin-topbar, admin-drawer, admin-nav - Add dashboard metrics grid and accent card styles (blue, amber, slate, green) - Add page header styles with eyebrow, title, subtitle - Add table and surface component styles - Add responsive design for mobile/tablet breakpoints - Integrate with MudBlazor theme colors and components Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
wwwroot/css/admin.css 생성: • 폼 요소 기본 스타일 • MudBlazor 컴포넌트 기본 스타일 • Responsive 디자인 • Material Design Blue 컬러 결과: ✅ 페이지 로딩 중에도 깔끔한 UI ✅ MudBlazor 로드 후 자동 오버라이드 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>