2021-11-11 13:40:44 +03:00

84 lines
1.8 KiB
Plaintext

header {
background: #fff;
position: fixed;
z-index: 99;
left: 0;
right: 0;
height: 112px;
font-size: 16px;
line-height: 24px;
box-shadow: 8px 8px 16px 4px rgba(133, 139, 146, 0.06);
.container {
height: inherit;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
background: #fff;
&:after {
display: none;
}
}
a {
text-decoration: none;
color: #000;
&.logo {
transform: translateY(4px);
}
}
.header_menu {
margin: 0 32px;
padding: 0 32px;
border-left: 1px solid #E7E9F0;
border-right: 1px solid #E7E9F0;
display: flex;
align-items: center;
justify-content: space-between;
height: 32px;
width: 100%;
&:last-child {
border-right: 0;
padding-right: 0;
margin-right: 0;
}
nav {
ul {
display: flex;
li {
&:not(:last-child) {
margin-right: 24px;
}
&:last-child {
margin-right: 63px;
}
a {
&.active {
color: var(--blue);
font-weight: 700;
}
}
}
}
}
}
.lk {
display: block;
text-decoration: none;
min-width: 32px;
width: 32px;
height: 32px;
background: url("/assets/images/icons/icon-lk.svg") no-repeat center;
}
}