diff --git a/TaxBaik.Web/Components/Admin/App.razor b/TaxBaik.Web/Components/Admin/App.razor index 2ecbf0e..170f315 100644 --- a/TaxBaik.Web/Components/Admin/App.razor +++ b/TaxBaik.Web/Components/Admin/App.razor @@ -80,49 +80,49 @@ }, LayoutProperties = new LayoutProperties() { - DefaultBorderRadius = "8px" + DefaultBorderRadius = "6px" }, Typography = new Typography() { Default = new Default() { - FontSize = ".875rem", + FontSize = ".8125rem", FontWeight = 400, LineHeight = 1.5 }, H1 = new H1() { - FontSize = "2.5rem", + FontSize = "1.75rem", FontWeight = 600, LineHeight = 1.2 }, H2 = new H2() { - FontSize = "2rem", + FontSize = "1.5rem", FontWeight = 600, LineHeight = 1.3 }, H3 = new H3() { - FontSize = "1.75rem", + FontSize = "1.25rem", FontWeight = 600, LineHeight = 1.3 }, H4 = new H4() { - FontSize = "1.5rem", + FontSize = "1.1rem", FontWeight = 600, LineHeight = 1.4 }, H5 = new H5() { - FontSize = "1.25rem", + FontSize = "0.95rem", FontWeight = 500, LineHeight = 1.4 }, H6 = new H6() { - FontSize = "1rem", + FontSize = "0.85rem", FontWeight = 500, LineHeight = 1.5 } diff --git a/TaxBaik.Web/wwwroot/css/admin.css b/TaxBaik.Web/wwwroot/css/admin.css index 1930695..8be650d 100644 --- a/TaxBaik.Web/wwwroot/css/admin.css +++ b/TaxBaik.Web/wwwroot/css/admin.css @@ -64,35 +64,35 @@ /* Spacing Scale */ --space-0: 0; - --space-1: 4px; - --space-2: 8px; - --space-3: 12px; - --space-4: 16px; - --space-5: 20px; - --space-6: 24px; - --space-7: 28px; - --space-8: 32px; - --space-10: 40px; - --space-12: 48px; - --space-16: 64px; + --space-1: 3px; + --space-2: 6px; + --space-3: 10px; + --space-4: 12px; + --space-5: 16px; + --space-6: 20px; + --space-7: 24px; + --space-8: 28px; + --space-10: 34px; + --space-12: 40px; + --space-16: 52px; /* Border Radius */ - --radius-sm: 4px; - --radius-md: 8px; - --radius-lg: 12px; - --radius-xl: 16px; + --radius-sm: 3px; + --radius-md: 6px; + --radius-lg: 8px; + --radius-xl: 12px; --radius-full: 9999px; /* Typography Scale */ --font-family-base: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; - --font-size-xs: 0.75rem; - --font-size-sm: 0.875rem; - --font-size-base: 1rem; - --font-size-lg: 1.125rem; - --font-size-xl: 1.25rem; - --font-size-2xl: 1.5rem; - --font-size-3xl: 1.875rem; - --font-size-4xl: 2.25rem; + --font-size-xs: 0.7rem; + --font-size-sm: 0.75rem; + --font-size-base: 0.82rem; + --font-size-lg: 0.95rem; + --font-size-xl: 1.1rem; + --font-size-2xl: 1.3rem; + --font-size-3xl: 1.6rem; + --font-size-4xl: 2rem; --font-weight-regular: 400; --font-weight-medium: 500;