| 123456789101112131415161718192021222324252627282930313233343536 |
- .revision-compare :global {
- .revision-compare-container {
- min-height: 100px;
- &.nodiff {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- .d2h-file-header {
- display: none;
- }
- .grw-copy-dropdown {
- .dropdown-menu {
- min-width: 310px;
- .dropdown-header {
- margin-bottom: 0.5em;
- font-size: 1.1em;
- }
- // unset active styles
- .dropdown-item:active {
- color: unset;
- background-color: unset;
- }
- .card {
- font-size: 0.7em;
- word-break: break-all;
- }
- }
- }
- }
|