temp: save local progress before merge

This commit is contained in:
2026-06-02 10:23:18 +09:00
parent bf7fb0ffe6
commit bb859dddfc
21 changed files with 13296 additions and 171 deletions

View File

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