Skip to content

Commit

Permalink
Merge pull request #2746 from IDEMSInternational/syle/mx-text-spacing
Browse files Browse the repository at this point in the history
style: MX text spacing
  • Loading branch information
ChrisMarsh82 authored Jan 24, 2025
2 parents 8f7ddb4 + 3d7a4ce commit 8cadf92
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/theme/themes/plh_facilitator_mx/_index.scss
Original file line number Diff line number Diff line change
@@ -75,6 +75,10 @@
icon-size-extra-large: 40px,
icon-size-largest: 48px,

paragraph-margin-small: 8px,
paragraph-margin-medium: 12px,
paragraph-margin-large: 16px,

// SURFACE COLOUR PALETTE
color-surface-white: #ffffff,
color-surface-white-variant: #f9f9fa,
9 changes: 4 additions & 5 deletions src/theme/themes/plh_facilitator_mx/_overrides.scss
Original file line number Diff line number Diff line change
@@ -6,11 +6,10 @@ body[data-theme="plh_facilitator_mx"] {
.standard {
color: var(--color-surface-black);
font-size: var(--font-size-text-medium);
p {
margin: var(--paragraph-margin-small) 0;
}
ol {
margin: var(--paragraph-margin-small) 0;
p,
ol,
ul {
margin: var(--paragraph-margin-medium) 0;
}
}
}

0 comments on commit 8cadf92

Please sign in to comment.