arles-2020: hide registration link (#40679)

This commit is contained in:
Serghei Mihai 2020-03-23 19:01:59 +01:00
parent f4c6d8f40b
commit b37b13f4ae
1 changed files with 4 additions and 1 deletions

View File

@ -172,9 +172,12 @@ div#header {
top: 0 - $nav-mobile-bottom-bar-height;
right: 0;
min-width: 340px;
a, .sep {
a {
color: #fff;
}
a.registration, .sep {
display: none;
}
@media screen and ($max-mobile-viewport) {
top: 0;
height: $mobile-header-height;