mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
0px bottom margin on panel
This commit is contained in:
parent
c107c6b099
commit
3ef2be1a42
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,8 @@
|
|||
width: 300px
|
||||
.panel
|
||||
background-color: rgba(240,229,199,0)
|
||||
margin-bottom: 150px
|
||||
margin-bottom: 0px
|
||||
|
||||
.panel-default
|
||||
box-shadow: none
|
||||
border: none
|
||||
|
|
|
@ -18,10 +18,10 @@ block content
|
|||
div.row
|
||||
#account-links
|
||||
a.btn.btn-lg.btn-primary(href="/account/settings", data-i18n="play.settings")
|
||||
#account-links
|
||||
a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription")
|
||||
div.row
|
||||
#account-links
|
||||
a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments")
|
||||
div.col-md-4
|
||||
#account-links
|
||||
a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription")
|
||||
a.btn.btn-lg.btn-primary(href="/account/prepaid", data-i18n="account.prepaid_codes") Prepaid Codes
|
||||
|
|
Loading…
Reference in a new issue