feat(FN-3471): apply tokenized sizing and focus styles to component CSS

Merged CSS changes that apply tokenized sizing and focus styles to InsightsView and DesktopModeChooser components, with the majority of changes in InsightsView.css.

Fusion-Task-Id: FN-3471
This commit is contained in:
Fusion
2026-05-05 00:15:52 -07:00
committed by gsxdsm
parent cd1d44abab
commit bb4a1b7df4
10 changed files with 128 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
.desktop-mode-chooser {
max-width: 640px;
max-width: calc(var(--space-2xl) * 20);
margin: 0 auto;
padding: var(--space-2xl);
display: flex;
@@ -13,7 +13,7 @@
.desktop-mode-chooser__title {
margin: 0;
font-size: 1.5rem;
font-size: calc(var(--space-lg) + var(--space-sm));
line-height: 1.2;
color: var(--text);
}