Flatten admin theme toward Tabler
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m6s

This commit is contained in:
2026-07-09 18:03:45 +09:00
parent 26ea7e17d0
commit a49a75dd36
+33 -5
View File
@@ -412,12 +412,14 @@ html, body {
} }
.admin-main-surface { .admin-main-surface {
border-radius: var(--radius-xl); border-radius: var(--radius-lg);
overflow: hidden; overflow: hidden;
box-shadow: none !important;
border: 1px solid var(--border-color);
} }
.admin-breadcrumb-header { .admin-breadcrumb-header {
background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%); background: #ffffff;
padding-top: 0.75rem; padding-top: 0.75rem;
padding-bottom: 0.75rem; padding-bottom: 0.75rem;
} }
@@ -448,13 +450,14 @@ html, body {
.blog-editor-shell .card, .blog-editor-shell .card,
.admin-page-shell .card { .admin-page-shell .card {
border-radius: var(--radius-xl); border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm); box-shadow: none !important;
border: 1px solid var(--border-color-light);
} }
.blog-editor-shell .card-header, .blog-editor-shell .card-header,
.admin-page-shell .card-header { .admin-page-shell .card-header {
background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%); background: #ffffff;
} }
.blog-editor-shell .card-footer, .blog-editor-shell .card-footer,
@@ -479,6 +482,31 @@ html, body {
background: #fff; background: #fff;
} }
.admin-metric-card,
.admin-sidebar-card {
box-shadow: none !important;
border: 1px solid var(--border-color-light) !important;
border-radius: var(--radius-lg) !important;
}
.admin-metric-card .card-body {
padding: 0.8rem 0.85rem;
}
.admin-page-header-title {
font-size: 1.02rem;
line-height: 1.15;
font-weight: 600;
}
.admin-page-header-subtitle {
font-size: 0.76rem;
}
.admin-page-header-eyebrow {
font-size: 0.66rem;
}
.breadcrumb-muted { .breadcrumb-muted {
--bs-breadcrumb-divider-color: var(--text-tertiary); --bs-breadcrumb-divider-color: var(--text-tertiary);
margin-bottom: 0; margin-bottom: 0;