mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Some styling updates to account-settings-view.sass
This commit is contained in:
parent
1a039ff3cc
commit
9913a155c7
1 changed files with 7 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
||||||
#account-settings-root-view
|
#account-settings-root-view
|
||||||
|
|
||||||
//- Fixed save button
|
//- Fixed save button
|
||||||
|
|
||||||
#site-content-area
|
#site-content-area
|
||||||
padding-bottom: 44px
|
padding-bottom: 44px
|
||||||
|
|
||||||
|
@ -19,32 +18,30 @@
|
||||||
|
|
||||||
&.btn-info, &.btn-danger
|
&.btn-info, &.btn-danger
|
||||||
opacity: 1.0
|
opacity: 1.0
|
||||||
|
|
||||||
#account-settings-view
|
#account-settings-view
|
||||||
|
|
||||||
.row
|
.row
|
||||||
padding-top: 20px
|
padding-top: 20px
|
||||||
|
|
||||||
//- Panels
|
//- Panels
|
||||||
|
|
||||||
.panel-heading
|
.panel-heading
|
||||||
font-family: Open Sans Condensed
|
font-family: Open Sans Condensed
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
.panel-title
|
.panel-title
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
|
|
||||||
#delete-account-panel-title
|
#delete-account-panel-title
|
||||||
color: #F00
|
color: #F00
|
||||||
|
|
||||||
//- Panel specific stuff
|
|
||||||
|
|
||||||
|
//- Panel specific stuff
|
||||||
.profile-photo
|
.profile-photo
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
max-height: 200px
|
max-height: 200px
|
||||||
display: block
|
display: block
|
||||||
margin-bottom: 10px
|
margin-bottom: 10px
|
||||||
|
|
||||||
#email-panel
|
#email-panel
|
||||||
#specific-notification-settings
|
#specific-notification-settings
|
||||||
padding-left: 20px
|
padding-left: 20px
|
||||||
|
|
Loading…
Reference in a new issue