Skip to content

Commit

Permalink
added expandable.less file for payex and changed font from arial to f…
Browse files Browse the repository at this point in the history
…utura
  • Loading branch information
Swahlstrom committed Sep 12, 2024
1 parent de477d9 commit 9a3767d
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
43 changes: 43 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
],
"dependencies": {
"@codesandbox/sandpack-react": "^1.20.7",
"@swedbankpay/design-guide": "^10.12.2",
"@typescript-eslint/experimental-utils": "^5.62.0",
"chalk": "^4.1.2",
"chart.js": "^2.9.4",
Expand Down
9 changes: 9 additions & 0 deletions src/less/components/payex/expandable.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import "../expandable.less";

.expandable {
.expandable-header
.expandable-subtitle {
font-family: var(--brand-font-default, "Futura PT W08 Book", sans-serif);

}
}
1 change: 1 addition & 0 deletions src/less/payex.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@import "components/payex/button.less";
@import "components/payex/checkbox.less";
@import "components/payex/datepicker.less";
@import "components/payex/expandable.less";
@import "components/payex/form.less";
@import "components/payex/input-group.less";
@import "components/payex/links.less";
Expand Down

0 comments on commit 9a3767d

Please sign in to comment.