index.less 1016 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @import './pagination.less';
  2. @import './input.less';
  3. @import './btn.less';
  4. .ant-image-preview-root {
  5. img {
  6. display: unset;
  7. }
  8. }
  9. span.anticon:not(.app-iconify) {
  10. vertical-align: 0.125em !important;
  11. }
  12. .ant-back-top {
  13. right: 20px;
  14. bottom: 20px;
  15. }
  16. .collapse-container__body {
  17. > .ant-descriptions {
  18. margin-left: 6px;
  19. }
  20. }
  21. .ant-image-preview-operations {
  22. background-color: rgb(0 0 0 / 30%);
  23. }
  24. .ant-popover {
  25. &-content {
  26. box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  27. }
  28. }
  29. // =================================
  30. // ==============modal message======
  31. // =================================
  32. .modal-icon-warning {
  33. color: @warning-color !important;
  34. }
  35. .modal-icon-success {
  36. color: @success-color !important;
  37. }
  38. .modal-icon-error {
  39. color: @error-color !important;
  40. }
  41. .modal-icon-info {
  42. color: @primary-color !important;
  43. }
  44. .ant-checkbox-checked .ant-checkbox-inner::after,
  45. .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  46. border-top: 0 !important;
  47. border-left: 0 !important;
  48. }