Product.razor.css 318 B

123456789101112131415
  1. /* you can make up upload button and sample style by using stylesheets */
  2. .ant-upload-select-picture-card i {
  3. color: #999;
  4. font-size: 32px;
  5. }
  6. .ant-upload-select-picture-card .ant-upload-text {
  7. margin-top: 8px;
  8. color: #666;
  9. }
  10. .skuimage-uploader > .ant-upload {
  11. width: 50px;
  12. height: 50px;
  13. }