improved log styles in console (#136)

This commit is contained in:
Zhuoxi Song 2016-10-08 17:59:18 -04:00 committed by Cassie Tarakajian
parent 2856615c4d
commit 602c989af4
1 changed files with 1 additions and 2 deletions

View File

@ -41,6 +41,7 @@
background-color: getThemifyVariable('console-header-background-color');
color: getThemifyVariable('console-header-color');
}
min-height: #{30 / $base-font-size}rem;
padding: #{5 / $base-font-size}rem;
display: flex;
justify-content: space-between;
@ -55,8 +56,6 @@
display: flex;
flex-direction: column;
overflow-y: auto;
flex: 1 0 0%;
}
.preview-console__collapse {