mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
20 lines
292 B
Sass
20 lines
292 B
Sass
|
#wizard-settings-modal
|
||
|
color: black
|
||
|
background: white
|
||
|
width: 400px
|
||
|
|
||
|
canvas
|
||
|
border: 1px solid black
|
||
|
float: left
|
||
|
|
||
|
.settings
|
||
|
width: 225px
|
||
|
margin: 10px
|
||
|
display: inline-block
|
||
|
|
||
|
.selector
|
||
|
margin: 10px 5px
|
||
|
|
||
|
button
|
||
|
margin-left: 10px
|
||
|
float: right
|