codecombat/app/styles/account/settings.sass

40 lines
631 B
Sass
Raw Normal View History

2014-01-03 13:32:13 -05:00
#account-settings-view
2014-01-27 19:07:17 -05:00
.nav
margin-bottom: 10px
2014-01-03 13:32:13 -05:00
.tab-content
border: 1px solid #aaa
padding: 20px
background: #eee
2014-01-27 19:07:17 -05:00
border-radius: 5px
2014-01-03 13:32:13 -05:00
#save-button
float: right
.thumbnails
text-align: center
2014-01-27 19:07:17 -05:00
.thumbnail
2014-01-03 13:32:13 -05:00
margin-bottom: 30px
2014-01-27 19:07:17 -05:00
margin-right: 20px
float: left
2014-01-03 13:32:13 -05:00
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
2014-01-12 14:54:50 -05:00
2014-01-27 19:07:17 -05:00
.form
max-width: 600px