Merge branch 'master' of github.com:gschier/insomnia

This commit is contained in:
Gregory Schier 2017-03-07 16:08:51 -08:00
commit e9aecb76fb
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
// NOTE: Hiding with `return null` or `display: none` seems to cause
// the pane to go white for some reason. So, we're hiding it behind
// instead.
.overlay--hidden {
&.overlay--hidden {
z-index: -10000;
}
}

View File

@ -440,7 +440,7 @@ i.fa {
}
strong {
font-weight: 700;
font-weight: 600;
}
.hide-above-lg {