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:
parent
10607a3f35
commit
568e980f86
6 changed files with 18 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue