css: tokenize borders, spacing, and radii — spacing audit pass 4
Phase 1: border widths (1/2/3px → --border-thin/medium/thick) — 76 replacements Phase 2: adopt existing spacing tokens (--space-xs through --space-xl) — 18 replacements Phase 3: border-radius scale (--radius-sm/md/lg/pill) — 16 replacements Total: 110 replacements + 7 new tokens across 7 files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -224,7 +224,7 @@ body::before {
|
||||
}
|
||||
|
||||
.top-bar {
|
||||
border-bottom-width: 1px !important;
|
||||
border-bottom-width: var(--border-thin) !important;
|
||||
box-shadow: var(--top-bar-shadow) !important;
|
||||
backdrop-filter: blur(18px) saturate(135%);
|
||||
-webkit-backdrop-filter: blur(18px) saturate(135%);
|
||||
|
||||
Reference in New Issue
Block a user