Skip to content

Commit

Permalink
Chore: run pre-commit on all files (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Feb 20, 2025
2 parents 9e06246 + a8d508b commit af24360
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions benefits/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,12 @@ a[target="_blank"]::after {
content: " ";
background-color: currentColor;

mask-image: url("/static/img/external-link.svg"),
mask-image:
url("/static/img/external-link.svg"),
linear-gradient(transparent, transparent);
mask-position: center center;
-webkit-mask-image: url("/static/img/external-link.svg"),
-webkit-mask-image:
url("/static/img/external-link.svg"),
linear-gradient(transparent, transparent);
-webkit-mask-position: center center;

Expand Down
6 changes: 3 additions & 3 deletions benefits/static/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
--medium-font-weight: 500;
--bold-font-weight: 700;
--bs-body-font-size: calc(18rem / 16);
--bs-font-sans-serif: Roboto, system-ui, -apple-system, "Segoe UI",
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji";
--bs-font-sans-serif:
Roboto, system-ui, -apple-system, "Segoe UI", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-line-height: 1.5; /* Displayed as 150% on Figma */
--heading-line-height: 1.3; /* Displayed as 130% on Figma */
Expand Down

0 comments on commit af24360

Please # to comment.