mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
18 lines
No EOL
326 B
Sass
18 lines
No EOL
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 |