2014-09-30 19:17:54 -04:00
|
|
|
@import "app/styles/mixins"
|
2014-01-03 13:32:13 -05:00
|
|
|
|
2014-10-01 16:26:38 -04:00
|
|
|
#world-select-modal
|
2014-01-03 13:32:13 -05:00
|
|
|
@include user-select(none)
|
|
|
|
|
|
|
|
.modal-body
|
|
|
|
max-height: inherit
|
|
|
|
|
2014-10-01 16:26:38 -04:00
|
|
|
.canvas-wrapper
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
.normal-canvas
|
|
|
|
position: absolute
|
|
|
|
bottom: 0
|
|
|
|
left: 0
|
|
|
|
z-index: 1
|
|
|
|
pointer-events: none
|
|
|
|
|
|
|
|
.webgl-canvas
|
2014-01-03 13:32:13 -05:00
|
|
|
border: 1px solid black
|
2014-10-01 16:26:38 -04:00
|
|
|
background-color: #ddd
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
.instructions .alert
|
|
|
|
float: left
|
|
|
|
width: 23%
|
|
|
|
box-sizing: border-box
|
|
|
|
text-align: center
|
2014-09-30 19:17:54 -04:00
|
|
|
margin: 0 1% 10px
|