@import '@styles/theme.scss';
@import "@styles/custom.scss";

.picture-container {
  padding         : 20px 32px 10px 30px;
  background-color: $white;

  .image-picker-wrap {
    padding-top: 20px;
  }

  .image {
    width : 100vw;
    height: 100vh;
  }

  .image-wrap {
    display   : flex;
    flex-wrap : wrap;
    margin-top: 20px;

    .image-item {
      width : 20vw;
      height: 20vw;
      margin: 10px;
    }
  }
}

.picture-extar-wrap {
  margin-top: 14px;
}