[MTELEWAVC-1] fix toplinks pos

This commit is contained in:
Daniel Muyshond 2022-06-03 15:48:36 +02:00
parent c79fd1972b
commit 0bf8734924
1 changed files with 25 additions and 18 deletions

View File

@ -24,13 +24,12 @@ h1#logo.has-logo {
background: transparent url(/assets/header:logo) center left no-repeat;
background-size: contain;
text-indent: -10000px;
min-width: 160px;
min-width: 206px;
height: 206px;
display: inline-block;
}
}
div#page {
max-width: 1920px;
margin: auto;
@ -55,20 +54,20 @@ div#header {
top: -85px;
z-index: 0;
padding: 0 2ex;
height: 274px;
@media screen and ($max-mobile-viewport) {
height: 150px;
h1 {
padding-left: 0;
}
}
height: 174px;
// @media screen and ($max-mobile-viewport) {
// height: 150px;
// h1 {
// padding-left: 0;
// }
// }
}
h1#logo a {
background: url(images/logo.png) 10px 0px no-repeat;
background-size: 140px;
height: 140px;
padding-left: 170px;
padding-left: 0;
color: #ffffff;
display: block;
font-size: 21px;
@ -95,18 +94,13 @@ h1#logo a {
background: transparent;
box-shadow: none;
border: none;
padding: 0;
padding-top: 27px !important;
a {
line-height: 52px;
color: white;
font-size: 16px;
}
.sep {
display: none;
}
.registration {
display: none;
}
@media screen and ($max-mobile-viewport) {
a {
display: inline-block;
@ -119,3 +113,16 @@ h1#logo a {
}
}
}
#nav-wrapper {
background-color: #f2f2f2;
}
#toplinks span.connected-user {
color: white;
font-style: oblique;
}
#toplinks {
margin-top: 10px;
}