mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
42 lines
679 B
Sass
42 lines
679 B
Sass
#wizard-settings-view
|
|
h3#loading
|
|
text-align: center
|
|
|
|
#color-settings
|
|
float: left
|
|
width: 600px
|
|
margin-left: 30px
|
|
|
|
canvas
|
|
float: left
|
|
border: 2px solid black
|
|
margin: 20px
|
|
|
|
.color-group
|
|
clear: both
|
|
padding-bottom: 10px
|
|
margin-bottom: 10px
|
|
border-bottom: 1px solid gray
|
|
|
|
.name-cell
|
|
float: left
|
|
width: 100px
|
|
padding-top: 2px
|
|
|
|
input
|
|
margin-right: 10px
|
|
position: relative
|
|
top: -3px
|
|
|
|
.checkbox-cell
|
|
float: left
|
|
width: 40px
|
|
|
|
.slider-cell
|
|
margin-bottom: 10px
|
|
float: left
|
|
width: 120px
|
|
|
|
.selector
|
|
width: 100px
|
|
|