style: 폰트 크기를 ux_setting 표준 규격(14px)으로 복구 및 최적화

This commit is contained in:
2026-06-11 13:06:04 +09:00
parent 19e6be27de
commit 0c1977f707
2 changed files with 7 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ body {
color: var(--text-main); color: var(--text-main);
background-color: var(--bg-color); background-color: var(--bg-color);
line-height: 1.5; line-height: 1.5;
font-size: 19px; font-size: 14px;
overflow: hidden; overflow: hidden;
} }

View File

@@ -10,7 +10,7 @@
} }
.page-title { .page-title {
font-size: 21px; font-size: 16px;
font-weight: 700; font-weight: 700;
color: var(--primary-color); color: var(--primary-color);
display: flex; display: flex;
@@ -30,7 +30,7 @@
} }
.page-description { .page-description {
font-size: 17px; font-size: 12px;
color: var(--text-muted); color: var(--text-muted);
margin: 0; margin: 0;
line-height: 1.4; line-height: 1.4;
@@ -72,7 +72,7 @@
} }
.search-item label { .search-item label {
font-size: 16px; font-size: 11px;
font-weight: 700; font-weight: 700;
color: var(--text-muted); color: var(--text-muted);
} }
@@ -83,7 +83,7 @@
padding: 0 1rem; padding: 0 1rem;
border: 1px solid var(--border-color); border: 1px solid var(--border-color);
border-radius: 4px; border-radius: 4px;
font-size: 19px; font-size: 14px;
outline: none; outline: none;
background-color: var(--white); background-color: var(--white);
} }
@@ -141,7 +141,7 @@ thead {
th { th {
background-color: var(--bg-light) !important; background-color: var(--bg-light) !important;
font-size: 18px; font-size: 13px;
font-weight: 600; font-weight: 600;
color: var(--text-muted); color: var(--text-muted);
position: sticky; position: sticky;
@@ -152,7 +152,7 @@ th {
} }
td { td {
font-size: 18px; font-size: 13px;
color: var(--text-main); color: var(--text-main);
font-weight: 400; font-weight: 400;
} }