index.css 1.3 KB

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