fix button colors from issue #7903

pull/7904/head
Quincy Larson 2016-04-04 22:03:18 -07:00
parent 8fb0516811
commit a2466d77b3
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