.igloo-micro-blink {
  .igloo-upload-box {
    &:hover {
      border-color: #d9d9d9 !important;
    }

    & > .ant-upload {
      background: #ffffff !important;

      .ant-upload-btn {
        padding: 24px 24px;
      }
    }

    .igloo-upload-box-center {
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap;

      .igloo-upload-placeholder {
        white-space: pre-wrap;

        .igloo-upload-box-center-upload-icon {
          margin-right: 16px;
        }
      }
    }
  }
}
