-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dev Portal - Designer Edits #44
Conversation
eabbf57
to
b77dddf
Compare
Leave comments for future self
b77dddf
to
e2f1729
Compare
* Set text -> link margin correctly
* Was used with sticky header, which no longer exists
25258d8
to
2cfcf2d
Compare
langConfig: { | ||
langs: CONFIGURED_LOCALES, | ||
defaultLangKey, | ||
prefixDefaultLangKey, | ||
} | ||
}, | ||
projects: ['colonyTutorials'], |
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.
Adding projects
fixes a regression bug introduced by a bad rebase.
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.
Good to go! 🎉
margin-bottom: -7px; | ||
margin-top: -4px; | ||
} | ||
} |
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.
New line here
Description
This PR adds edits that have been outlined by design team.
Unchecked items will be handled in another PR, as this one has grown in size.
Contributes to #33