1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 13:19:42 +02:00
codex.docs/src/frontend/styles/components/header.pcss

32 lines
484 B
Text
Raw Normal View History

2018-09-18 13:10:44 +03:00
.docs-header {
font-size: 15.8px;
border-bottom: 1px solid var(--color-line-gray);
line-height: 50px;
display: flex;
padding: 0 var(--layout-padding-horisontal);
a {
text-decoration: none;
color: inherit;
display: inline-block;
&:hover {
color: var(--color-link-active);
}
}
&__logo {
font-weight: bold;
}
&__menu {
display: flex;
margin: 0 0 0 auto;
li {
list-style: none;
margin-left: 20px;
}
}
}