feat(admin): dashboard overview and move posts list to /admin/posts
This commit is contained in:
@@ -239,6 +239,8 @@ const isActive = (href: string) => {
|
||||
|
||||
h1 { font-family: "Noto Serif HK", serif; font-size: 24px; font-weight: 900; margin: 0 0 6px; }
|
||||
.sub { color: var(--fg-muted); font-size: 13.5px; margin: 0 0 24px; }
|
||||
.page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
|
||||
.page-head .sub { margin-bottom: 0; }
|
||||
|
||||
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 22px; margin-bottom: 18px; }
|
||||
.card h2 { font-size: 15px; font-weight: 700; margin: 0 0 14px; }
|
||||
|
||||
Reference in New Issue
Block a user