styles.css 436 B

123456789101112131415161718192021222324252627282930
  1. .screen-diff__switchers {
  2. margin-bottom: 1em;
  3. }
  4. .screen-diff__switchers label + label {
  5. margin-left: 1em;
  6. }
  7. .screen-diff__overlay {
  8. position: relative;
  9. cursor: col-resize;
  10. }
  11. .screen-diff__container {
  12. overflow-x: auto;
  13. }
  14. .screen-diff__image-over {
  15. top: 0;
  16. left: 0;
  17. bottom: 0;
  18. background: #fff;
  19. position: absolute;
  20. overflow: hidden;
  21. box-shadow: 2px 0 1px -1px #aaa;
  22. }
  23. .screen-diff-error {
  24. color: #fd5a3e;
  25. }