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

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

.@{m-single-upload-file-prefix-cls}-file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;

  .@{m-single-upload-file-prefix-cls}-container-footer {
    position: absolute;
    right: @upload-single-container-footer-right;
    bottom: @upload-single-container-footer-bottom;
  }
}
