Standardize admin empty states
TaxBaik CI/CD / build-and-deploy (push) Successful in 54s

This commit is contained in:
2026-07-09 16:24:39 +09:00
parent b9466b30a2
commit 91424bd8a2
5 changed files with 18 additions and 28 deletions
+8
View File
@@ -447,6 +447,14 @@ html, body {
background: #fff;
}
.admin-empty-state {
padding-block: 1.5rem;
}
.admin-empty-state .empty-img {
margin-bottom: 0.75rem;
}
.blog-editor-shell .editor-toolbar .btn {
border-radius: var(--radius-full);
}