-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redesign: Add header and breadcrumbs
- Loading branch information
Showing
16 changed files
with
150 additions
and
32 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ _static/main.js | |
_static/main.js.map | ||
_static/styles.css | ||
_static/styles.css.map | ||
_static/*.woff2 |
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,7 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); | ||
|
||
|
||
@font-face { | ||
font-family: "Mier B"; | ||
src: url("./fonts/MierB-Regular.woff2") format("woff2") | ||
} |
Binary file not shown.
File renamed without changes.
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 |
---|---|---|
@@ -1,29 +1,34 @@ | ||
#elastic-docs-v3 { | ||
h1 { | ||
@apply text-4xl text-ink font-semibold mb-6; | ||
font-family: "Mier B", "Inter", sans-serif; | ||
@apply text-4xl text-ink font-bold mb-6; | ||
line-height: 1.2em; | ||
letter-spacing: -0.04em; | ||
} | ||
|
||
h2 { | ||
@apply text-2xl text-ink font-bold mb-6; | ||
font-family: "Mier B", "Inter", sans-serif; | ||
@apply text-2xl text-ink mb-6; | ||
line-height: 1.2em; | ||
letter-spacing: -0.02em; | ||
} | ||
|
||
h3 { | ||
font-family: "Mier B", "Inter", sans-serif; | ||
@apply text-xl text-ink font-bold mb-6; | ||
line-height: 1.2em; | ||
letter-spacing: -0.02em; | ||
} | ||
|
||
p { | ||
font-family: "Inter", sans-serif; | ||
@apply text-base text-body mb-6; | ||
line-height: 1.5em; | ||
letter-spacing: 0; | ||
} | ||
|
||
a { | ||
font-family: "Inter", sans-serif; | ||
@apply text-blue-elastic hover:underline underline-offset-4; | ||
} | ||
} |
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 @@ | ||
@plugin "tailwind-scrollbar-hide" |
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 |
---|---|---|
@@ -1,8 +1,17 @@ | ||
@import "tailwindcss"; | ||
@import "highlight.js/styles/atom-one-dark.css"; | ||
@import "./fonts.css"; | ||
@import "./plugins.css"; | ||
@import "./theme.css"; | ||
@import "highlight.js/styles/atom-one-dark.css"; | ||
@import "./markdown/typography.css"; | ||
|
||
main.markdown-content { | ||
max-width: 80ch; | ||
#default-search::-webkit-search-cancel-button { | ||
@apply pr-2; | ||
-webkit-appearance: none; | ||
height: 16px; | ||
width: 16px; | ||
margin-left: .4em; | ||
background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'><path stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18 17.94 6M18 18 6.06 6'/></svg>"); | ||
cursor: pointer; | ||
background-repeat: no-repeat; | ||
} |
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
23 changes: 23 additions & 0 deletions
23
src/Elastic.Markdown/_static/logo-elastic-horizontal-color-reverse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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