You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
1.4 KiB
112 lines
1.4 KiB
.wrapper {
|
|
.make-row();
|
|
|
|
margin-top: 10px;
|
|
margin-bottom: -10px;
|
|
}
|
|
|
|
.header-logo {
|
|
.make-lg-column(8);
|
|
.make-md-column(8);
|
|
.make-sm-column(6);
|
|
.make-xs-column(6);
|
|
|
|
.slogan {
|
|
position: absolute;
|
|
top: 58px;
|
|
left: 176px;
|
|
width: 160px;
|
|
|
|
opacity: 0.5;
|
|
|
|
line-height: 17px;
|
|
}
|
|
}
|
|
|
|
.header-contacts {
|
|
.make-lg-column(4);
|
|
.make-md-column(4);
|
|
.make-xs-column(6);
|
|
|
|
@media (min-width: 0px) {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 530px) {
|
|
display: block;
|
|
}
|
|
|
|
text-align: right;
|
|
|
|
margin-top: -4px;
|
|
|
|
ul {
|
|
margin-right: -5px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.consultation {
|
|
h5 {
|
|
opacity: 0.5;
|
|
|
|
margin-bottom: 3px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
|
|
button {
|
|
margin-bottom: 5px;
|
|
margin-right: -5px;
|
|
}
|
|
}
|
|
|
|
|
|
.logo {
|
|
height: 100px;
|
|
}
|
|
|
|
|
|
|
|
.header-menu-font {
|
|
font-family: @font-family-monospace;
|
|
}
|
|
|
|
.header-menu {
|
|
font-size: 16px;
|
|
|
|
li {
|
|
margin-top: 1px;
|
|
font-weight: 400;
|
|
|
|
@media (min-width: @screen-md-min) {
|
|
margin-right: 22px;
|
|
}
|
|
|
|
@media (min-width: @screen-lg-min) {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
li.active {
|
|
font-weight: 700;
|
|
a {
|
|
color: #000000;
|
|
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|