@import "../../style/variables.less";
@upload-prefix-cls: ~"@{component-prefix}-upload";
:global {
  .@{upload-prefix-cls} {
    &-iconContainer {
      display: flex;
      justify-content: center;
      width: 96px;
      clear: both;
    }
    &-icon {
      cursor: pointer;
      transition: 300ms;
      :hover {
        opacity: 0.7;
      }
    }
  }
}
