@import '../../style/themes/index';
@import '../../style/mixins/index';

@m-upload-file-prefix-cls: m-upload;

.@{m-upload-file-prefix-cls} {
  &-list {
    height: calc(100% - @upload-list-footer-height);
    overflow-y: auto;

    .ant-upload {
      min-height: @upload-list-card-ant-upload-min-height;
      background-color: @upload-list-card-ant-upload-background-color;
      border: none !important;
    }

    &-footer {
      display: flex;
      align-items: center;
      height: @upload-list-footer-height;
      background: @upload-list-footer-background;
    }
  }
}
