Skip to content

Commit

Permalink
feat: global styles overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithDaka committed Oct 16, 2024
1 parent 1a20357 commit 47a4f76
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/theme/themes/plh_kids_kw.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,21 @@
ion-font-family: "Nunito",
font-weight-standard: 500,
font-weight-bold: 800,

font-size-text-tiny: 14px,
font-size-text-small: 16px,
font-size-text-medium: 18px,
font-size-text-large: 24px,
line-height-text-tiny: 16px,
line-height-text-small: 22px,
line-height-text: 26px,
line-height-text-large: 32px,
line-height-text-largest: 40px,

ion-border-radius-small: 8px,
ion-border-radius-standard: 12px,
ion-border-radius-secondary: 20px,
ion-border-radius-rounded: 80%,

button-background-primary: var(--ion-color-primary-500),
button-background-secondary: var(--ion-color-secondary),
Expand Down

0 comments on commit 47a4f76

Please sign in to comment.