1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-25 08:09:41 +02:00

Unstick menu, little improvements (#81)

* allow all inline tools to Warning tool. Improve styles

* update editor and tools

* improve style for inline code

* unstick menu

* update
This commit is contained in:
Peter Savchenko 2019-03-31 16:31:25 +03:00 committed by GitHub
parent 10607a3f35
commit 568e980f86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 21 deletions

View file

@ -61,7 +61,8 @@
padding: 3px 0;
}
.inline-code {
.inline-code,
.block-header a .inline-code {
display: inline-block;
background: rgba(251,241,241,0.78);
color: #C44545;
@ -71,6 +72,11 @@
font-family: Menlo, Monaco, Consolas, Courier New, monospace;
font-size: 0.84em;
line-height: 1.4em;
border-bottom: 0;
&:hover {
background: rgba(251,241,241,0.78);
}
}
&__content {
@ -170,6 +176,10 @@
transform: none;
}
}
.inline-code {
line-height: inherit;
}
}
/**