@import './global/variables.scss';

.wrap {
  display: flex;
  height: 100%;
}

.image-upload-and-list-container {
  padding: 60px 105px;
}

.list-container {
  border: 0;
  width: 100%;
  overflow: auto;

  &.details-open {
    border-right: 1px solid $slate-10;
  }
}
