@import '../vars.less';

.demo-upload {
  .demo-upload-row {
    display: flex;
    >span {
      color: @text-color-lighter-2;
      margin-left: 10px;
      line-height: 40px;
    }
  }
  &__dropbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px dashed @border-color;
    width: 320px;
    height: 192px;
  }
}
