index.module.scss 1017 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .SettingContent {
  2. margin: 1px;
  3. :global(.ant-btn) {
  4. color: #007bff;
  5. border-color: #007bff;
  6. }
  7. .greenBtn {
  8. color: #28a745;
  9. border-color: #28a745;
  10. }
  11. // :global(.ant-table-thead .ant-table-cell) {
  12. // padding: 0.4rem;
  13. // text-align: center;
  14. // background-color: #e9ecef;
  15. // border-right: 1px solid #dee2e6;
  16. // border-bottom: 2px solid #dee2e6;
  17. // }
  18. // :global(.ant-table-tbody .ant-table-cell) {
  19. // padding: 0.4rem;
  20. // }
  21. // :global(.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th) {
  22. // border-right: 1px solid #dee2e6;
  23. // }
  24. }
  25. .grayBtn {
  26. color: #ffffff;
  27. background-color: #bbbbbb;
  28. }
  29. .FormContent {
  30. :global(.ant-form-item) {
  31. margin-bottom: 0.5rem;
  32. }
  33. :global(.ant-input-group-addon) {
  34. &:hover {
  35. color: #ffffff;
  36. background-color: #6c757d;
  37. border-color: #6c757d;
  38. }
  39. &:not(:disabled) {
  40. cursor: pointer;
  41. }
  42. }
  43. }