0px bottom margin on panel
This commit is contained in:
parent
c107c6b099
commit
3ef2be1a42
2 changed files with 4 additions and 3 deletions
app
|
@ -6,7 +6,8 @@
|
||||||
width: 300px
|
width: 300px
|
||||||
.panel
|
.panel
|
||||||
background-color: rgba(240,229,199,0)
|
background-color: rgba(240,229,199,0)
|
||||||
margin-bottom: 150px
|
margin-bottom: 0px
|
||||||
|
|
||||||
.panel-default
|
.panel-default
|
||||||
box-shadow: none
|
box-shadow: none
|
||||||
border: none
|
border: none
|
||||||
|
|
|
@ -18,10 +18,10 @@ block content
|
||||||
div.row
|
div.row
|
||||||
#account-links
|
#account-links
|
||||||
a.btn.btn-lg.btn-primary(href="/account/settings", data-i18n="play.settings")
|
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
|
div.row
|
||||||
#account-links
|
#account-links
|
||||||
a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments")
|
a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments")
|
||||||
div.col-md-4
|
|
||||||
#account-links
|
#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
|
a.btn.btn-lg.btn-primary(href="/account/prepaid", data-i18n="account.prepaid_codes") Prepaid Codes
|
||||||
|
|
Reference in a new issue