Skip to content

Commit

Permalink
feat(social buttons): remove Google+ icon and examples after #179
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Oct 14, 2019
1 parent 9973d15 commit e1e5322
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1290,10 +1290,6 @@ $o-networks: (
"color": #f00,
"icon": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='#boosted#' d='M31.681 9.6s-.313-2.206-1.275-3.175C29.187 5.15 27.825 5.144 27.2 5.069c-4.475-.325-11.194-.325-11.194-.325h-.012s-6.719 0-11.194.325c-.625.075-1.987.081-3.206 1.356C.631 7.394.325 9.6.325 9.6s-.319 2.588-.319 5.181v2.425c0 2.587.319 5.181.319 5.181s.313 2.206 1.269 3.175c1.219 1.275 2.819 1.231 3.531 1.369 2.563.244 10.881.319 10.881.319s6.725-.012 11.2-.331c.625-.075 1.988-.081 3.206-1.356.962-.969 1.275-3.175 1.275-3.175s.319-2.587.319-5.181v-2.425c-.006-2.588-.325-5.181-.325-5.181zM12.694 20.15v-8.994l8.644 4.513-8.644 4.481z'/></svg>"
),
"google": (
"color": #dd4b39,
"icon": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='#boosted#' d='M10.181 14.294v3.494h5.775c-0.231 1.5-1.744 4.394-5.775 4.394-3.475 0-6.313-2.881-6.313-6.431s2.838-6.431 6.313-6.431c1.981 0 3.3 0.844 4.056 1.569l2.762-2.662c-1.775-1.656-4.075-2.662-6.819-2.662-5.631 0.006-10.181 4.556-10.181 10.188s4.55 10.181 10.181 10.181c5.875 0 9.775-4.131 9.775-9.95 0-0.669-0.075-1.181-0.163-1.688h-9.613z'></path><path fill='#boosted#' d='M32 14h-3v-3h-3v3h-3v3h3v3h3v-3h3z'></path></svg>"
),
"linkedin": (
"color": #0077b5,
"icon": "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='#boosted#' d='M12 12h5.535v2.837h.079c.77-1.381 2.655-2.837 5.464-2.837C28.92 12 30 15.637 30 20.367V30h-5.769v-8.54c0-2.037-.042-4.657-3.001-4.657-3.005 0-3.463 2.218-3.463 4.509V30H12V12zM2 12h6v18H2V12zM8 7c0 1.657-1.343 3-3 3S2 8.657 2 7s1.343-3 3-3 3 1.343 3 3z'/></svg>"
Expand Down
2 changes: 0 additions & 2 deletions site/_includes/boostwatch/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ <h3>Social buttons</h3>
<p class="p-3">
<a class="btn btn-social btn-facebook" href="#" aria-label="Facebook"></a>
<a class="btn btn-social btn-twitter" href="#" aria-label="Twitter"></a>
<a class="btn btn-social btn-google" href="#" aria-label="Google Plus"></a>
<a class="btn btn-social btn-linkedin" href="#" aria-label="Linkedin"></a>
<a class="btn btn-social btn-instagram" href="#" aria-label="Instagram"></a>
<a class="btn btn-social btn-whatsapp" href="#" aria-label="Whatsapp"></a>
Expand All @@ -95,7 +94,6 @@ <h3>Dark Background</h3>
<p class="bg-dark p-3">
<a class="btn btn-inverse btn-social btn-facebook" href="#" aria-label="Facebook"></a>
<a class="btn btn-inverse btn-social btn-twitter" href="#" aria-label="Twitter"></a>
<a class="btn btn-inverse btn-social btn-google" href="#" aria-label="Google Plus"></a>
<a class="btn btn-inverse btn-social btn-linkedin" href="#" aria-label="Linkedin"></a>
<a class="btn btn-inverse btn-social btn-instagram" href="#" aria-label="Instagram"></a>
<a class="btn btn-inverse btn-social btn-whatsapp" href="#" aria-label="Whatsapp"></a>
Expand Down
3 changes: 0 additions & 3 deletions site/docs/4.3/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ In need of a social media button? Some helper classes are designed to be used al
Here are available social media buttons:
* `.btn-facebook`,
* `.btn-twitter`,
* `.btn-google`,
* `.btn-linkedin`,
* `.btn-instagram`,
* `.btn-whatsapp`,
Expand All @@ -78,7 +77,6 @@ Here are available social media buttons:
<div class="p-3">
<a class="btn btn-social btn-facebook" href="#" aria-label="Facebook"></a>
<a class="btn btn-social btn-twitter" href="#" aria-label="Twitter"></a>
<a class="btn btn-social btn-google" href="#" aria-label="Google Plus"></a>
<a class="btn btn-social btn-linkedin" href="#" aria-label="Linkedin"></a>
<a class="btn btn-social btn-instagram" href="#" aria-label="Instagram"></a>
<a class="btn btn-social btn-whatsapp" href="#" aria-label="Whatsapp"></a>
Expand All @@ -94,7 +92,6 @@ Here are available social media buttons:
<div class="bg-dark p-3">
<a class="btn btn-inverse btn-social btn-facebook" href="#" aria-label="Facebook"></a>
<a class="btn btn-inverse btn-social btn-twitter" href="#" aria-label="Twitter"></a>
<a class="btn btn-inverse btn-social btn-google" href="#" aria-label="Google Plus"></a>
<a class="btn btn-inverse btn-social btn-linkedin" href="#" aria-label="Linkedin"></a>
<a class="btn btn-inverse btn-social btn-instagram" href="#" aria-label="Instagram"></a>
<a class="btn btn-inverse btn-social btn-whatsapp" href="#" aria-label="Whatsapp"></a>
Expand Down

0 comments on commit e1e5322

Please sign in to comment.