@import '../themes/jse-theme-default'; // do not put the .css extension here, else the file will not be bundled
@import '../styles';
@import 'modes/treemode/json-node-selected-mixin';

.jse-main {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: $contents-min-height;
  font-family: var(--jse-font-family);
  font-size: var(--jse-font-size);
  line-height: normal;
  position: relative;
  display: flex;
  flex-direction: row;

  &.jse-focus {
  }
}
