Merge pull request #7904 from QuincyLarson/fix/social-buttons

fix button colors from issue #7903
This commit is contained in:
Berkeley Martinez
2016-04-04 22:04:24 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
}
}
.btn-social(@color-bg, @color: #fff) {
.btn-social(@color-bg, @color: @color-bg) {
background-color: @color-bg;
.button-variant(@color, @color-bg, rgba(0,0,0,.2));
}

View File

@ -26,7 +26,7 @@ block content
i.fa.fa-linkedin
| Add my LinkedIn to my portfolio
if (!user.google)
a.btn.btn-lg.btn-block.btn-google-plus.btn-link-social(href='/link/google')
a.btn.btn-lg.btn-block.btn-google.btn-link-social(href='/link/google')
i.fa.fa-google-plus
| Add my Google+ to my portfolio
.spacer