fix: session knex connector + editor UI improvements

This commit is contained in:
Nick
2019-05-11 01:23:32 -04:00
parent 4552c6d2b0
commit 6041b1697a
7 changed files with 122 additions and 97 deletions

View File

@@ -274,6 +274,10 @@
padding: 1rem 1rem 1rem 3rem;
margin: 1rem 24px;
@at-root .theme--dark & {
background-color: darken(mc('grey', '900'), 5%);
}
> code {
background-color: transparent;
padding: 0;