overview.css 477 B

1234567891011121314151617181920212223242526272829303132
  1. .overview-title {
  2. display: flex !important;
  3. align-items: center;
  4. }
  5. .overview-title::before {
  6. content: "";
  7. margin-right: 10px;
  8. display: block;
  9. width: 6px;
  10. height: 20px;
  11. border-radius: 3px;
  12. background-color: #00c0ff;
  13. }
  14. .margin-top-20 {
  15. margin-top: 1.2em;
  16. }
  17. .err-table .ant-table-cell {
  18. padding-left: 0 !important;
  19. }
  20. .ant-typography-secondary {
  21. display: inline-block;
  22. }
  23. .overview-footer {
  24. margin-top: 5px;
  25. }
  26. .overview-text-block {
  27. display: block;
  28. }