Move admin page styling to shared css
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m50s

This commit is contained in:
2026-07-09 12:14:55 +09:00
parent 6ec4ef4c9a
commit 37e631582d
16 changed files with 70 additions and 43 deletions
+35
View File
@@ -1439,6 +1439,41 @@ textarea:focus-visible {
color: var(--text-secondary);
}
.admin-page-shell {
padding-top: 1rem;
padding-bottom: 1rem;
}
.admin-page-card {
border: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.admin-page-card-body {
background: #fff;
}
.admin-coming-soon-card {
text-align: center;
}
.admin-coming-soon-card .card-body {
padding: 3rem 1.5rem;
}
.admin-editor-root .admin-editor-toolbar {
margin-bottom: 0.75rem;
}
.admin-editor-content {
min-height: 320px;
overflow: auto;
}
.admin-editor-preview {
min-height: 320px;
}
/* ============================================================================
Responsive Design - Mobile First
============================================================================ */