chore(admin-ui): tokenise governance blocks and warn hints

This commit is contained in:
萝卜
2026-03-16 00:45:35 +08:00
parent aeee25e78c
commit f73f2dddac
3 changed files with 55 additions and 9 deletions

View File

@@ -48,4 +48,10 @@
--adm-success-bg: #f0fdf4;
--adm-warning-bg: #fffbeb;
--adm-error-bg: #fef2f2;
/* 状态色衍生(用于治理提示块/弱提示/标签等) */
--adm-error-border-soft: rgba(239, 68, 68, .25);
--adm-error-border-strong: rgba(239, 68, 68, .45);
--adm-error-tint: rgba(239, 68, 68, .12);
--adm-error-tint-strong: rgba(239, 68, 68, .18);
}