summaryrefslogtreecommitdiffstats
path: root/public/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style.css')
-rw-r--r--public/css/style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 64c19e3..877bdde 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -480,6 +480,21 @@ tr.delete-marked td { background: rgba(192,57,43,.08); }
.name-input:focus { border-color: var(--accent); outline: none; }
/* ── People — detail page ──────────────────────────────────────────────── */
+.people-info-box {
+ margin: 12px 0 24px;
+ padding: 10px 14px;
+ background: var(--bg2); border-left: 3px solid var(--accent); border-radius: var(--radius);
+ font-size: .85rem; color: var(--text-dim); line-height: 1.5;
+}
+.people-info-box em { color: var(--text-dim); }
+
+.people-pool-row {
+ display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
+ padding: 12px 14px; margin-bottom: 16px;
+ background: var(--bg2); border: 1px solid #5a4a1a; border-radius: var(--radius);
+}
+.pool-label { color: #c8a84a; font-weight: 500; }
+
.face-detail-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(116px, 1fr));