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); }