| 1234567891011121314151617181920212223 |
- .container
- .space-render
- position: absolute
- top: 0px
- left: 0px
- background: $background-color
- .return
- position: fixed
- top: 30px
- left: 30px
- .error
- position: absolute
- width: 100%
- height: 100%
- display: flex
- align-items: center
- justify-content: center
- background-color: $background-color
- .code
- color: $content-color
|