.flow-editor-page-container{
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  .flow-editor-page-container--header {
    height: 46px;
    font-size: 16px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 18px;
    justify-content: space-between;
    .flow-editor-page-container--header--title {
      img {
        width: 20px;
        height: 20px;
        margin-right: 12px;
      }
    }
  }
  .flow-editor-page-container--editor-container{
    flex-grow: 1;
  }
  .node-panel--content{
    background-color: #fff;
  }
}