RevisionComparer.module.scss 606 B

123456789101112131415161718192021222324252627282930313233343536
  1. .revision-compare :global {
  2. .revision-compare-container {
  3. min-height: 100px;
  4. &.nodiff {
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. }
  9. }
  10. .d2h-file-header {
  11. display: none;
  12. }
  13. .grw-copy-dropdown {
  14. .dropdown-menu {
  15. min-width: 310px;
  16. .dropdown-header {
  17. margin-bottom: 0.5em;
  18. font-size: 1.1em;
  19. }
  20. // unset active styles
  21. .dropdown-item:active {
  22. color: unset;
  23. background-color: unset;
  24. }
  25. .card {
  26. font-size: 0.7em;
  27. word-break: break-all;
  28. }
  29. }
  30. }
  31. }