-
Notifications
You must be signed in to change notification settings - Fork 83
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
style: update mat-card components #259
style: update mat-card components #259
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also propose to set the font of mat-card (font-family: 'Open Sans'
) for a uniform typeface.
src/modules/edc-demo/components/introduction/introduction.component.html
Outdated
Show resolved
Hide resolved
src/modules/edc-demo/components/introduction/introduction.component.html
Outdated
Show resolved
Hide resolved
src/modules/edc-demo/components/introduction/introduction.component.scss
Outdated
Show resolved
Hide resolved
…onent.html Co-authored-by: Tim Dahlmanns <[email protected]>
…onent.html Co-authored-by: Tim Dahlmanns <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the suggested font-family. The rest looks good to me.
src/modules/edc-demo/components/introduction/introduction.component.scss
Show resolved
Hide resolved
…onent.scss Co-authored-by: Tim Dahlmanns <[email protected]>
What this PR changes/adds
Refactor Angular Material mat-card components to enhance UI and functionality on the introduction page.
Why it does that
Add padding to the internal elements of the card components and utilize standardized card component sub-elements.
Linked Issue(s)
Closes #258
Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.