You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

_dataset.less 1.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .dataset {
  2. padding-top: 15px;
  3. .dataset-files {
  4. margin: 0 30px !important;
  5. #dataset {
  6. .dz-preview {
  7. border-bottom: 1px solid rgb(218, 220, 224);
  8. min-height: 0;
  9. }
  10. .dz-preview.dz-processing {
  11. display: flex;
  12. align-items: center;
  13. .dz-details {
  14. opacity: 1 !important;
  15. display: flex;
  16. padding: 0 0 10px 0;
  17. min-width: 60%;
  18. max-width: 60%;
  19. position: relative;
  20. }
  21. .dz-success-mark {
  22. z-index: 0;
  23. position: relative;
  24. top: 0;
  25. left: auto;
  26. color: green;
  27. margin: 0 16px;
  28. }
  29. .dz-error-mark {
  30. z-index: 0;
  31. position: relative;
  32. top: 0;
  33. left: auto;
  34. color: red;
  35. margin: 0 16px;
  36. }
  37. .bar {
  38. background: #21ba45;
  39. }
  40. .dz-progress {
  41. left: 4px;
  42. background: grey;
  43. width: 70%;
  44. top: 20px;
  45. margin: 0;
  46. }
  47. .dz-file {
  48. margin-bottom: auto;
  49. }
  50. }
  51. .dz-preview .dz-error-message {
  52. top: 30px;
  53. }
  54. }
  55. }
  56. }