Move admin page styling to shared css
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m50s

This commit is contained in:
2026-07-09 12:14:55 +09:00
parent 6ec4ef4c9a
commit 37e631582d
16 changed files with 70 additions and 43 deletions
@@ -1,7 +1,7 @@
@page
@model TaxBaik.Web.Pages.Admin.Settings.IndexModel
@{ ViewData["Title"] = "설정"; }
<section class="container py-4 py-lg-5">
<section class="container admin-page-shell">
<partial name="_AdminPageHeader" model='("환경 설정", "설정", "시스템 기본값과 관리자 운영 정책을 정리합니다.", null, null)' />
<partial name="_ComingSoon" model="설정 기능" />
</section>