@import '@tandem/editor/browser/scss/variables';

.td-workspace {

  width: 100%;
  height: 100%;

  .editors {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
  }


  .visual-editor {
    flex-grow: 1;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
}
