2018-09-18 13:10:44 +03:00
|
|
|
.docs-header {
|
|
|
|
display: flex;
|
|
|
|
padding: 0 var(--layout-padding-horisontal);
|
2019-01-25 02:23:00 +03:00
|
|
|
border-bottom: 1px solid var(--color-line-gray);
|
|
|
|
font-size: 15.8px;
|
|
|
|
line-height: 50px;
|
2018-09-18 13:10:44 +03:00
|
|
|
|
|
|
|
a {
|
|
|
|
display: inline-block;
|
2019-01-25 02:23:00 +03:00
|
|
|
text-decoration: none;
|
2018-09-18 13:10:44 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
&__logo {
|
|
|
|
font-weight: bold;
|
2018-09-19 01:47:32 +03:00
|
|
|
color: inherit;
|
2018-09-18 13:10:44 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
&__menu {
|
|
|
|
display: flex;
|
|
|
|
margin: 0 0 0 auto;
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
2018-09-19 01:47:32 +03:00
|
|
|
|
|
|
|
a:not(.docs-header__button) {
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: var(--color-link-active);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__button {
|
|
|
|
@apply --button;
|
2019-01-25 06:19:37 +03:00
|
|
|
@apply --button-primary;
|
2018-09-19 01:47:32 +03:00
|
|
|
margin: auto 30px auto auto;
|
2018-09-18 13:10:44 +03:00
|
|
|
}
|
|
|
|
}
|