Add admin breadcrumb and menu icons
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m5s

This commit is contained in:
2026-07-09 13:35:30 +09:00
parent 5ee6a9da3f
commit 714d27bc01
2 changed files with 36 additions and 14 deletions
+15
View File
@@ -415,6 +415,21 @@ html, body {
min-height: calc(100vh - 140px);
}
.breadcrumb-muted {
--bs-breadcrumb-divider-color: var(--text-tertiary);
margin-bottom: 0;
}
.breadcrumb-muted a {
color: var(--text-secondary);
text-decoration: none;
}
.breadcrumb-muted a:hover {
color: var(--primary-dark);
text-decoration: underline;
}
.admin-faq-edit-panel {
max-width: 720px;
}