You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 1.7 kB

3 years ago
3 years ago
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. body {
  2. margin: 0;
  3. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "Roboto", "Oxygen",
  4. "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  5. sans-serif !important;
  6. -webkit-font-smoothing: antialiased;
  7. -moz-osx-font-smoothing: grayscale;
  8. }
  9. code {
  10. font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
  11. monospace;
  12. }
  13. .logo {
  14. background: url("https://cdn.casbin.org/img/logo_384x96.png");
  15. background-size: 108px, 33px;
  16. width: 108px;
  17. height: 27px;
  18. /*background: rgba(0, 0, 0, 0.2);*/
  19. margin: 17px 10px 16px 20px;
  20. float: left;
  21. }
  22. .ant-table.ant-table-middle .ant-table-title, .ant-table.ant-table-middle .ant-table-footer, .ant-table.ant-table-middle thead > tr > th, .ant-table.ant-table-middle tbody > tr > td {
  23. padding: 1px 8px !important;
  24. }
  25. .ant-list-sm .ant-list-item {
  26. padding: 2px !important;
  27. }
  28. .highlight-row {
  29. background: rgb(249,198,205);
  30. }
  31. .alert-row {
  32. background: #ffccc7;
  33. }
  34. /*http://react-china.org/t/topic/33846/3*/
  35. .ant-table-header {
  36. scrollbar-color:transparent transparent
  37. }
  38. .ant-table-header::-webkit-scrollbar {
  39. background-color:transparent
  40. }
  41. .import-output {
  42. height: 500px;
  43. }
  44. .CodeMirror {
  45. height: 100% !important;
  46. }
  47. .App {
  48. padding: 20px;
  49. }
  50. .red-row {
  51. background: #ffccc7;
  52. }
  53. .yellow-row {
  54. background: #ffffb8;
  55. }
  56. .green-row {
  57. background: #d9f7be;
  58. }
  59. /*https://stackoverflow.com/questions/64961752/how-do-i-change-the-color-of-selected-menu-item-in-ant-design*/
  60. /*.conferenceMenu > .ant-menu-item-selected {*/
  61. /* background-color: rgb(230,247,255) !important;*/
  62. /*}*/
  63. .conferenceMenu {
  64. background-color: rgb(242,242,242) !important;
  65. }

No Description

Contributors (1)