mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
75 lines
1.1 KiB
Sass
75 lines
1.1 KiB
Sass
#account-settings-view
|
|
.nav-tabs
|
|
margin-bottom: 0
|
|
|
|
.tab-content
|
|
border: 1px solid #aaa
|
|
border-top-width: 0
|
|
padding: 20px
|
|
background: #eee
|
|
|
|
#save-button
|
|
float: right
|
|
|
|
.thumbnails
|
|
text-align: center
|
|
div
|
|
margin-bottom: 30px
|
|
|
|
input.range
|
|
position: relative
|
|
top: 4px
|
|
|
|
div.range-color
|
|
position: relative
|
|
top: 6px
|
|
height: 16px
|
|
width: 16px
|
|
display: inline-block
|
|
margin-left: 10px
|
|
|
|
.help-inline
|
|
position: relative
|
|
top: 3px
|
|
left: 10px
|
|
font-size: 12px
|
|
|
|
#wizard-settings-tab-view
|
|
#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
|
|
|