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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user