mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-09 15:35:25 +02:00
fix: fix logo and menu items on header
This commit is contained in:
parent
88c36e6716
commit
7b2a8f0ff7
1 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
padding: 8px var(--layout-padding-horizontal);
|
padding: 12px var(--layout-padding-horizontal);
|
||||||
border-bottom: 1px solid var(--color-line-gray);
|
border-bottom: 1px solid var(--color-line-gray);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -17,20 +17,20 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__logo {
|
&__logo {
|
||||||
padding: 10px 0;
|
padding: 4px 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
line-height: 21px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__menu-link {
|
&__menu-link {
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
line-height: 24px;
|
font-weight: 500;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
transition: background-color .3s;
|
transition: background-color .13s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-link-hover);
|
background-color: var(--color-link-hover);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue