Skip to content

Commit

Permalink
[console] style all sense editors with sense.light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 3, 2016
1 parent e46dfe7 commit 648b959
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/console/public/css/sense.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ nav.navbar .logo.hidden-sm {
display: block !important;
}

sense-help-example,
sense-history-viewer,
#editor_output_container {
@import "./sense.light.less";
}

#editor_output_container {
display: flex;
flex: 1 1 auto;
position: relative;
Expand Down

0 comments on commit 648b959

Please sign in to comment.