index.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. .ant-image-preview-operations {
  18. background: rgba(0, 0, 0, 0.3);
  19. }
  20. .ant-popover {
  21. &-content {
  22. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  23. }
  24. }
  25. // =================================
  26. // ==============descriptions=======
  27. // =================================
  28. // .ant-descriptions-bordered .ant-descriptions-item-label {
  29. // background-color: @background-color-light;
  30. // }
  31. // .ant-descriptions .ant-descriptions-item-content {
  32. // color: @text-color-call-out;
  33. // }
  34. // =================================
  35. // ==============modal message======
  36. // =================================
  37. .modal-icon-warning {
  38. color: @warning-color !important;
  39. }
  40. .modal-icon-success {
  41. color: @success-color !important;
  42. }
  43. .modal-icon-error {
  44. color: @error-color !important;
  45. }
  46. .modal-icon-info {
  47. color: @primary-color !important;
  48. }
  49. // =================================
  50. // ==============empty==============
  51. // =================================
  52. .ant-empty-image {
  53. max-height: 144px;
  54. min-height: 60px;
  55. }
  56. .ant-empty-description {
  57. margin-top: 16px;
  58. font-size: 14px;
  59. line-height: 24px;
  60. color: @text-color-call-out;
  61. }