index.less 757 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. // ==============modal message======
  27. // =================================
  28. .modal-icon-warning {
  29. color: @warning-color !important;
  30. }
  31. .modal-icon-success {
  32. color: @success-color !important;
  33. }
  34. .modal-icon-error {
  35. color: @error-color !important;
  36. }
  37. .modal-icon-info {
  38. color: @primary-color !important;
  39. }