-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add our brand colours (GSI-1202) #19
Conversation
Added some additional styling to header and footer links. Footer links remain to be wrapped in a button of some sort, but angular material limits button sizes, so custom CSS code needs adding.
Added GHGA logos, added swoosh, fixed footer placement
Fixed colour scheme to light, instead Fixed header mixins
…tyling_changes_GSI-1180
Fixed images stretching with small screens Fixed some issues with small screens
Minor fixes to footer navigation icon alignment
This reverts commit 3211382.
Prettification all around
Overwrote colour variables Added new variables for other GHGA colours
Some parameters aren't described (see JSDoc warnings) other than that, everything looks good to me! |
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.
LGTM
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.
The home page looks good with this workaround.
We may run into problems later because the colors have a different tone than what Material would expect, and we may need to add more manual CSS style rules to apply the right colors instead of letting Material pick the colors based on the role. Also, tternary" and "quinary" are not part of Material and specific to our corporate design. Switching to a different corporate design might become difficult because our workaround is so tailored to this.
But let's go with this for now.
I have pushed a commit that fixes the linter issue.
Regenerated the palette
Overwrote colour variables
Added new variables for other GHGA colours