Skip to content

Commit

Permalink
GH-88: Set plugin font size and weight
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 13, 2021
1 parent e5748a1 commit 2c28f4a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Styleguide Trumps.Scopes.SystemSpecs



/* Cascade */

.s-system-specs {
font-size: var(--global-font-size--small);
font-weight: var(--global-font-size--medium);
}



/* Layout */

@media only screen and (--narrow-and-above) {
Expand Down

0 comments on commit 2c28f4a

Please sign in to comment.