Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set line-height & letter-spacing #90

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

klac503
Copy link
Contributor

@klac503 klac503 commented Dec 9, 2024

The --mat-* css variables associated with line-height and letter-spacing styles are not correlated with the --fds-* css variables. This causes css classes which reference the --mat-* variables to be incorrect.

Example of current values:

--mat-form-field-container-text-line-height: 1rem;
--mat-form-field-container-text-size: 1rem;
--mat-form-field-container-text-tracking: normal;

--mat-form-field-subscript-text-line-height: .75rem;
--mat-form-field-subscript-text-size: .75rem;
--mat-form-field-subscript-text-tracking: normal;

Example of corrected values:

--mat-form-field-container-text-line-height: 1.5rem;
--mat-form-field-container-text-size: 1rem;
--mat-form-field-container-text-tracking: .5px;

--mat-form-field-subscript-text-line-height: 1.125rem;
--mat-form-field-subscript-text-size: .75rem;
--mat-form-field-subscript-text-tracking: .4px;

The --mat-* css variables associated with line-height and letter-spacing styles are not correlated with the --fds-* css variables. This causes css classes which reference the --mat-* variables to be incorrect.
Copy link

netlify bot commented Dec 9, 2024

Deploy Preview for lucid-bassi-bfa8cc ready!

Name Link
🔨 Latest commit e099f89
🔍 Latest deploy log https://app.netlify.com/sites/lucid-bassi-bfa8cc/deploys/67571ff5ceacc8000844fa85
😎 Deploy Preview https://deploy-preview-90--lucid-bassi-bfa8cc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@BeataKr BeataKr merged commit 2d9c0db into Finastra:main Dec 10, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants