-
Notifications
You must be signed in to change notification settings - Fork 61
DOCSP-3938 Add some styling to TypeDoc theme #228
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
Conversation
MongoCaleb
left a comment
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 great!
893f89e to
df094df
Compare
| margin: 0 -20px 10px -20px | ||
| padding: 0 20px 10px 20px | ||
| border-bottom: 1px solid $COLOR_PANEL_DIVIDER | ||
| // border-bottom: 1px solid $COLOR_PANEL_DIVIDER |
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.
[nit] remove comment
| padding: 20px 0 | ||
| background-color: $COLOR_PANEL | ||
| box-shadow: 0 0 4px rgba(#000, 0.25) | ||
| // box-shadow: 0 0 4px rgba(#000, 0.25) |
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.
[nit] remove comment
| margin: 0 0 40px 0 | ||
| background: $COLOR_PANEL | ||
| box-shadow: 0 0 5px rgba(#000, 0.35) | ||
| // box-shadow: 0 0 5px rgba(#000, 0.35) |
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.
[nit] remove comment
- Most styling based on docs-tools/themes/mongodb - Adds signature Akzidenz font - Code blocks now look like they do on the main docs site (TODO: add 'copy to clipboard' feature: https://jira.mongodb.org/browse/DOCSP-4525)
befb324 to
d083e26
Compare
(TODO: add 'copy to clipboard' feature: https://jira.mongodb.org/browse/DOCSP-4525)
Staged:
https://docs-mongodbcom-staging.corp.mongodb.com/stitch/bush/docsp-3938-style-theme/sdk/js/index.html
https://docs-mongodbcom-staging.corp.mongodb.com/stitch/bush/docsp-3938-style-theme/sdk/js-server/index.html
https://docs-mongodbcom-staging.corp.mongodb.com/stitch/bush/docsp-3938-style-theme/sdk/react-native/index.html
Before
After