responsive: fix toplinks position and hide "logout" link (#19573)

This commit is contained in:
Serghei Mihai 2017-10-20 16:56:34 +02:00
parent 51089b424b
commit 982b1c0ad3
1 changed files with 4 additions and 0 deletions

View File

@ -480,6 +480,7 @@ div#toplinks {
background: transparent;
@media screen and (max-width: $mobile-limit) {
max-width: 100%;
margin-top: 4px;
}
span.login {
display: none;
@ -498,6 +499,9 @@ div#toplinks {
background-position: center right;
display: inline-block;
padding-right: 15px;
@media screen and (max-width: $mobile-limit) {
text-indent: -9999px;
}
}
}
}