desktop.css 557 B

1234567891011121314151617181920212223242526272829303132333435
  1. .desktop {
  2. background-image: url("../img/ui/patterns/mac.png");
  3. background-repeat: repeat;
  4. flex-grow: 1;
  5. }
  6. .desktop div[class^="desktop-left"] {
  7. margin-left: 25px;
  8. display: flex;
  9. flex-direction: column;
  10. }
  11. .desktop .desktop-right {
  12. display: flex;
  13. flex-direction: column;
  14. }
  15. .sleep.active {
  16. position: absolute;
  17. top: 0;
  18. left: 0;
  19. width: 100%;
  20. height: 100%;
  21. z-index: 1000;
  22. opacity: 1;
  23. }
  24. .modal {
  25. position: absolute;
  26. z-index: 998;
  27. top: 0;
  28. left: 0;
  29. width: 100%;
  30. height: 100%;
  31. }