mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
18 lines
326 B
Sass
18 lines
326 B
Sass
|
@import "../../../bootstrap/mixins"
|
||
|
|
||
|
#select-point-modal
|
||
|
@include user-select(none)
|
||
|
|
||
|
.modal-body
|
||
|
max-height: inherit
|
||
|
|
||
|
canvas
|
||
|
background-color: #ddd
|
||
|
border: 1px solid black
|
||
|
|
||
|
.instructions .alert
|
||
|
float: left
|
||
|
width: 23%
|
||
|
box-sizing: border-box
|
||
|
text-align: center
|
||
|
margin: 0 1% 10px
|