fix: restore design-system files accidentally reverted in prior commit
Commit669a661had a stale staged deletion of cc-design-system.css and reverted three other CSS-variable files. This commit restores them to the state fromcd37771(adopt --cc-* CSS variable system).
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user