-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1a40b8d
Update font for search results heading
ceolson01 27e310b
Increase margin of search results heading
ceolson01 547ac79
Dropdown cta from 2 containers to 1
ceolson01 bb75cab
Improve dropdown paddings
ceolson01 0ad389c
Improve docsearch paddings
ceolson01 1df561c
Set html background to devportal nav color
ceolson01 1c2bcea
Fix paddings for core products
ceolson01 20c9d6d
Unify arrow styles
ceolson01 52d2779
Correctly align open source item links
ceolson01 ba5346a
Improve support CTA paddings & line height
ceolson01 8daa1f0
Mobile navigation improvements
ceolson01 72297ef
Improve search result styles
ceolson01 e2f1729
Make docs & tutorials background white
ceolson01 8189b5b
Update icon hover color
ceolson01 22ca1ee
Normalize headings between tutorial page & doc page
ceolson01 9a84dbc
Add grey theme for `Heading`, use for devrel cta
ceolson01 24fba42
Normalize font colors
ceolson01 38903cc
Add `large` margin size to header, use for cta items
ceolson01 12233d1
Darken blue in code blocks
ceolson01 f89c803
Increase nav height on desktop
ceolson01 0bc1eb0
Normalize headings & make consistent
ceolson01 7ff2e64
Switch mobile -> header menu paddings
ceolson01 5355191
Adjust size of nav toggle
ceolson01 52e8f90
Improve margins for mobile hero items
ceolson01 25fc909
Improve paddings for hero
ceolson01 511a4ef
Fix paddings for mobile in core products section
ceolson01 9fb3768
Fix open source paddings for mobile
ceolson01 ad060d2
Adjust paddings
ceolson01 3e9bf11
Fine-tune mobile headers
ceolson01 aa34369
Bring docs nav back for mobile
ceolson01 8ddbfa1
Remove global heading margin rule
ceolson01 672a9e8
Fix hero link & margins on all viewports
ceolson01 2cfcf2d
Add `projects` to limit transform projects for plugins
ceolson01 19bd208
Fix: new line
ceolson01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
src/modules/layouts/components/DeveloperPortalLayout/DeveloperPortalLayout.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
body { | ||
background-color: #fff; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.