fix: restore design-system files accidentally reverted in prior commit

Commit 669a661 had a stale staged deletion of cc-design-system.css and
reverted three other CSS-variable files. This commit restores them to
the state from cd37771 (adopt --cc-* CSS variable system).
This commit is contained in:
CC Worker
2026-05-31 21:15:13 +00:00
parent 669a6616d8
commit 3ffbb11552
4 changed files with 981 additions and 5 deletions
+2 -2
View File
@@ -152,10 +152,10 @@ body {
.login-role-header {
font-weight: 600 !important;
color: #1976d2 !important;
color: var(--cc-action-primary) !important;
margin-bottom: 24px !important;
padding-bottom: 8px !important;
border-bottom: 2px solid #1976d2 !important;
border-bottom: 2px solid var(--cc-action-primary) !important;
width: fit-content !important;
}