space.sass 457 B

1234567891011121314151617181920212223
  1. .container
  2. .space-render
  3. position: absolute
  4. top: 0px
  5. left: 0px
  6. background: $background-color
  7. .return
  8. position: fixed
  9. top: 30px
  10. left: 30px
  11. .error
  12. position: absolute
  13. width: 100%
  14. height: 100%
  15. display: flex
  16. align-items: center
  17. justify-content: center
  18. background-color: $background-color
  19. .code
  20. color: $content-color