.splitpanel {

  &-container {
    display: flex;
    flex-direction: row;
  }

  &-is-right {
	  width: 70%;
	  flex-grow: 1;
  }

  &-is-left {
    min-width: 300px;
	  max-width:30%;
    margin-right:20px;
  }

  &-debug {
    &-content {
      display: flex;
      flex-grow: 1;
      flex-shrink: 1;
      flex-basis: auto;
      @media (max-width: 1300px) {
        flex-direction: column;
      }
    }
  }
}
