ux: more nav work

This commit is contained in:
Torkel Ödegaard
2017-08-15 20:24:16 +02:00
parent 1eab771231
commit 0bc226d760
25 changed files with 95 additions and 187 deletions

View File

@@ -54,7 +54,7 @@ $gf-form-margin: 0.1rem;
flex-shrink: 0;
font-weight: $font-weight-semi-bold;
background-color: #23252d; //$input-label-bg;
background-color: #292a2d; //$input-label-bg;
display: block;
font-size: $font-size-sm;
margin-right: $gf-form-margin;

View File

@@ -1,6 +1,6 @@
.query-part {
background-color: $input-bg !important;
background-color: lighten($input-label-bg, 5%);
&.show-function-controls {
padding-top: 5px;