index.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
  2. /* stylelint-disable no-duplicate-selectors */
  3. .ant-empty {
  4. margin: 0 8px;
  5. font-size: 14px;
  6. line-height: 1.5715;
  7. text-align: center;
  8. }
  9. .ant-empty-image {
  10. height: 100px;
  11. margin-bottom: 8px;
  12. }
  13. .ant-empty-image img {
  14. height: 100%;
  15. }
  16. .ant-empty-image svg {
  17. height: 100%;
  18. margin: auto;
  19. }
  20. .ant-empty-footer {
  21. margin-top: 16px;
  22. }
  23. .ant-empty-normal {
  24. margin: 32px 0;
  25. color: rgba(0, 0, 0, 0.25);
  26. }
  27. .ant-empty-normal .ant-empty-image {
  28. height: 40px;
  29. }
  30. .ant-empty-small {
  31. margin: 8px 0;
  32. color: rgba(0, 0, 0, 0.25);
  33. }
  34. .ant-empty-small .ant-empty-image {
  35. height: 35px;
  36. }
  37. .ant-empty-img-default-ellipse {
  38. fill: #f5f5f5;
  39. fill-opacity: 0.8;
  40. }
  41. .ant-empty-img-default-path-1 {
  42. fill: #aeb8c2;
  43. }
  44. .ant-empty-img-default-path-2 {
  45. fill: url('#linearGradient-1');
  46. }
  47. .ant-empty-img-default-path-3 {
  48. fill: #f5f5f7;
  49. }
  50. .ant-empty-img-default-path-4 {
  51. fill: #dce0e6;
  52. }
  53. .ant-empty-img-default-path-5 {
  54. fill: #dce0e6;
  55. }
  56. .ant-empty-img-default-g {
  57. fill: #fff;
  58. }
  59. .ant-empty-img-simple-ellipse {
  60. fill: #f5f5f5;
  61. }
  62. .ant-empty-img-simple-g {
  63. stroke: #d9d9d9;
  64. }
  65. .ant-empty-img-simple-path {
  66. fill: #fafafa;
  67. }
  68. .ant-empty-rtl {
  69. direction: rtl;
  70. }
  71. nz-empty {
  72. display: block;
  73. }