Files
ai-web/resources/views/admin/partials/modern-index-head.blade.php

58 lines
1.5 KiB
PHP
Raw Permalink Normal View History

2026-02-12 17:10:36 +08:00
<style>
.modern-index-card {
border: 1px solid #d7e0ef;
border-radius: .9rem;
box-shadow: 0 10px 20px rgba(41, 61, 118, .06);
}
.modern-index-toolbar {
border: 1px solid #e2e8f0;
border-radius: .85rem;
background: #ffffff;
}
.modern-index-toolbar .toolbar-meta {
color: #64748b;
font-size: .84rem;
}
.modern-index-table thead th {
color: #475569;
font-size: .78rem;
text-transform: uppercase;
letter-spacing: .05em;
border-bottom-width: 1px;
background: #f8fafc;
}
.modern-index-title {
color: #0f172a;
font-weight: 700;
}
.modern-index-summary {
color: #64748b;
font-size: .82rem;
margin-top: .15rem;
max-width: 45rem;
}
.status-badge {
display: inline-flex;
align-items: center;
padding: .22rem .58rem;
border-radius: 999px;
font-size: .75rem;
font-weight: 600;
line-height: 1.2;
}
.status-badge.status-draft { background: #e2e8f0; color: #334155; }
.status-badge.status-review { background: #fef3c7; color: #92400e; }
.status-badge.status-published { background: #dcfce7; color: #166534; }
.status-badge.status-stale { background: #fee2e2; color: #991b1b; }
.status-badge.status-archived { background: #ede9fe; color: #5b21b6; }
.status-badge.status-default { background: #e2e8f0; color: #334155; }
</style>