ux: nav fixes & polish

This commit is contained in:
Torkel Ödegaard
2017-08-15 23:17:34 +02:00
parent d659a5d79f
commit 5405736321
8 changed files with 105 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
.query-keyword {
font-weight: bold;
font-weight: $font-weight-semi-bold;
color: $blue;
}

View File

@@ -65,7 +65,7 @@
max-width: 1100px;
visibility: none;
opacity: 0;
height: 100%;
height: 65%;
&--fade-in {
visibility: visible;
@@ -75,7 +75,7 @@
}
.search-results-container {
height: 90%;
height: 100%;
overflow: auto;
display: block;
line-height: 28px;