.flow-editor--side-panel{
  width: 320px;
  flex-shrink:0;
  flex-grow: 0;


  .side-panel--container{
    width: 100%;
    display: flex;
    padding: 0 5px;

    .side-panel--node-item{
      width: 50px;
      height: 70px;
      margin-right: 5;
      .node-item--icon{
        height: 50px;
      }
      .node-item--title{
        height: 20px;
        line-height: 20px;
        font-size: 12px;
      }
  
    }
  }
}