fix: admin login overlay and version footer
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m53s

This commit is contained in:
2026-07-01 13:53:42 +09:00
parent c9bf4f4f6f
commit 6d263c20bf
3 changed files with 43 additions and 0 deletions
+27
View File
@@ -572,6 +572,33 @@ textarea:focus-visible {
color: var(--text-tertiary);
}
.admin-drawer-version {
margin-top: auto;
padding: var(--space-4);
border-top: 1px solid var(--border-color-light);
font-size: 0.72rem;
color: var(--text-tertiary);
line-height: 1.35;
}
.admin-drawer-version-label {
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 4px;
color: var(--text-secondary);
font-weight: var(--font-weight-semibold);
}
.admin-drawer-version-value {
font-weight: var(--font-weight-semibold);
color: var(--text-primary);
}
.admin-drawer-version-built {
margin-top: 2px;
word-break: break-word;
}
.admin-main {
flex: 1;
overflow-y: auto;