index.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @import './pagination.less';
  2. @import './input.less';
  3. @import './btn.less';
  4. // TODO beta.11 fix
  5. .ant-col {
  6. width: 100%;
  7. }
  8. .ant-back-top {
  9. right: 20px;
  10. bottom: 20px;
  11. }
  12. .collapse-container__body {
  13. > .ant-descriptions {
  14. margin-left: 6px;
  15. }
  16. }
  17. // =================================
  18. // ==============descriptions=======
  19. // =================================
  20. // .ant-descriptions-bordered .ant-descriptions-item-label {
  21. // background-color: @background-color-light;
  22. // }
  23. // .ant-descriptions .ant-descriptions-item-content {
  24. // color: @text-color-call-out;
  25. // }
  26. // =================================
  27. // ==============modal message======
  28. // =================================
  29. .modal-icon-warning {
  30. color: @warning-color !important;
  31. }
  32. .modal-icon-success {
  33. color: @success-color !important;
  34. }
  35. .modal-icon-error {
  36. color: @error-color !important;
  37. }
  38. .modal-icon-info {
  39. color: @primary-color !important;
  40. }
  41. // =================================
  42. // ==============empty==============
  43. // =================================
  44. .ant-empty-image {
  45. max-height: 144px;
  46. min-height: 60px;
  47. }
  48. .ant-empty-description {
  49. margin-top: 16px;
  50. font-size: 14px;
  51. line-height: 24px;
  52. color: @text-color-call-out;
  53. }