From 428eeb6fd8c41a6e88d6b0448882394fdc610d49 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Mon, 29 Jun 2026 23:25:12 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20CSS=20=EB=A0=88?= =?UTF-8?q?=EA=B1=B0=EC=8B=9C=20=EC=B6=94=EA=B0=80=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TaxBaik.Web/wwwroot/css/admin.css | 33 ------------------------------- 1 file changed, 33 deletions(-) diff --git a/TaxBaik.Web/wwwroot/css/admin.css b/TaxBaik.Web/wwwroot/css/admin.css index bbd194c..4de1316 100644 --- a/TaxBaik.Web/wwwroot/css/admin.css +++ b/TaxBaik.Web/wwwroot/css/admin.css @@ -843,11 +843,6 @@ textarea:focus-visible { vertical-align: middle; } -.admin-table .mud-chip { - font-size: 0.68rem; - height: 22px; -} - .admin-table tbody a { color: var(--primary-color); text-decoration: none; @@ -865,16 +860,6 @@ textarea:focus-visible { outline-offset: 2px; } -.admin-table .mud-chip-small { - height: 24px !important; - font-size: var(--font-size-xs) !important; - font-weight: var(--font-weight-medium); - min-width: 60px; - display: inline-flex; - align-items: center; - justify-content: center; -} - /* Loading States */ .admin-skeleton { background: linear-gradient(90deg, var(--bg-overlay) 0%, var(--bg-overlay-strong) 50%, var(--bg-overlay) 100%); @@ -1270,15 +1255,6 @@ textarea:focus-visible { /* Mobile S: <480px */ @media (max-width: 479px) { - .admin-login-page.mud-container-maxwidth-small { - max-width: 100% !important; - padding: var(--space-3); - } - - .admin-login-page .mud-typography--h4 { - font-size: var(--font-size-2xl); - } - .admin-shell { flex-direction: column; height: auto; @@ -1327,11 +1303,6 @@ textarea:focus-visible { overflow-x: auto; } - .admin-nav .mud-nav-link { - min-width: 100px; - font-size: var(--font-size-xs); - } - .admin-drawer-footer { display: none; } @@ -1393,10 +1364,6 @@ textarea:focus-visible { font-size: var(--font-size-base) !important; } - .admin-section-header .mud-button { - width: 100%; - } - .admin-table { font-size: var(--font-size-xs); }