mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
91 lines
1.5 KiB
Sass
91 lines
1.5 KiB
Sass
#account-settings-view
|
|
.nav
|
|
margin-bottom: 10px
|
|
|
|
.tab-content
|
|
border: 1px solid #aaa
|
|
padding: 20px
|
|
background: #eee
|
|
border-radius: 5px
|
|
|
|
#save-button-container
|
|
position: fixed
|
|
top: 100px
|
|
width: 1000px
|
|
z-index: 10
|
|
|
|
#save-button
|
|
float: right
|
|
|
|
&.btn-info, &.btn-danger
|
|
opacity: 1.0
|
|
|
|
.gravatar-fallback
|
|
margin-top: 10px
|
|
|
|
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
|
|
|
|
.form
|
|
max-width: 600px
|
|
|
|
#email-pane
|
|
#specific-notification-settings
|
|
padding-left: 20px
|
|
margin-left: 20px
|
|
border-left: 1px solid gray
|
|
|
|
#job-profile-view
|
|
.profile-preview-button
|
|
&.bottom-preview
|
|
margin: 15px 0 0 0
|
|
|
|
.sample-profile-thumbnail
|
|
margin-top: -60px
|
|
|
|
.profile-completion-progress
|
|
width: 100%
|
|
display: inline-block
|
|
height: 33px
|
|
|
|
.progress-bar
|
|
line-height: 33px
|
|
|
|
.progress-next-item
|
|
margin-top: -20px
|
|
margin-bottom: 15px
|
|
|
|
#job-profile-treema
|
|
background-color: white
|
|
|
|
input
|
|
width: 790px
|
|
|
|
.treema-description
|
|
font-size: 14px
|
|
line-height: 22px
|
|
opacity: 1
|
|
|
|
.treema-row
|
|
padding-top: 6px
|
|
|
|
.treema-image-file
|
|
img
|
|
display: block
|
|
clear: both
|
|
max-width: 300px
|