-
Notifications
You must be signed in to change notification settings - Fork 30
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
Created global style for all subheading used on GlobalHeaderComponent #1087
Conversation
to be used as a className prop for Typography for all subheading descriptions in the GenericHeaderSection.
an issue still exists with the pages children eclipsing the bottom part of the header.
indv-header-bg and containerTeal
added theme.spacing to About styles
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.
Works fine
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.
Lint has been run and everything is clean. Good eye @nrrao on the blue line. That change apparently already got merged as it's on the site so we'll need to fix it with another issue. |
Code Climate has analyzed commit f7e8a65 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 81.9% (0.0% change). View more on Code Climate. |
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.
Looks good now.
can be utilized as a Typography child on GlobalHeaderComponent by adding "className='genSubheadTypo'"
Cleaned up additional styling on relevant pages.
closes #1082