Skip to content

Commit

Permalink
Headings
Browse files Browse the repository at this point in the history
  • Loading branch information
forsbergplustwo committed Feb 10, 2024
1 parent 87ad6b3 commit 4d0091f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
23 changes: 19 additions & 4 deletions app/assets/stylesheets/polaris_v12_overrides/page.pcss
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
html[class~="Polaris-Summer-Editions-2023"] .Polaris-Header-Title {
font-weight: var(--p-font-weight-bold);
font-size: var(--p-font-size-400);
line-height: var(--p-font-line-height-500);
html[class~="Polaris-Summer-Editions-2023"] {
.Polaris-Page-Header {
font-weight: var(--p-font-weight-bold);
}

.Polaris-Page-Header--smallTitle .Polaris-Header-Title {
font-size: var(--p-font-size-300);
line-height: var(--p-font-line-height-400);
}

.Polaris-Page-Header--mediumTitle .Polaris-Header-Title {
font-size: var(--p-font-size-400);
line-height: var(--p-font-line-height-500);
}

.Polaris-Page-Header--largeTitle .Polaris-Header-Title {
font-size: var(--p-font-size-500);
line-height: var(--p-font-line-height-600);
}
}
17 changes: 12 additions & 5 deletions app/assets/stylesheets/polaris_view_components.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d0091f

Please sign in to comment.