Merge pull request #7904 from QuincyLarson/fix/social-buttons
fix button colors from issue #7903
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user