app.scss 291 B

1234567891011121314151617181920212223
  1. html,
  2. body,
  3. page {
  4. color: #3A3B3C;
  5. }
  6. .background-image {
  7. width: 100%;
  8. height: 100%;
  9. position: absolute;
  10. top: 0;
  11. left: 0;
  12. z-index: 80;
  13. }
  14. .background-content {
  15. width: 100%;
  16. height: 100%;
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. z-index: 100;
  21. }