mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 16:47:58 -05:00
28 lines
483 B
Sass
28 lines
483 B
Sass
@import "app/styles/mixins"
|
|
|
|
#world-select-modal
|
|
@include user-select(none)
|
|
|
|
.modal-body
|
|
max-height: inherit
|
|
|
|
.canvas-wrapper
|
|
position: relative
|
|
|
|
.normal-canvas
|
|
position: absolute
|
|
bottom: 0
|
|
left: 0
|
|
z-index: 1
|
|
pointer-events: none
|
|
|
|
.webgl-canvas
|
|
border: 1px solid black
|
|
background-color: #ddd
|
|
|
|
.instructions .alert
|
|
float: left
|
|
width: 23%
|
|
box-sizing: border-box
|
|
text-align: center
|
|
margin: 0 1% 10px
|