From 929bab5188fd13460246f5fd332abffb4ffe46a3 Mon Sep 17 00:00:00 2001 From: Julien Bornstein Date: Mon, 11 Dec 2017 17:17:27 +0100 Subject: [PATCH] Implement Deezer and Spotify buttons --- README.md | 2 ++ bootstrap-social.less | 2 ++ bootstrap-social.scss | 2 ++ index.html | 9 +++++++++ 4 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 7e98b197..84b886c8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available classes ----------------- - `btn-adn` - `btn-bitbucket` + - `btn-deezer` - `btn-dropbox` - `btn-facebook` - `btn-flickr` @@ -36,6 +37,7 @@ Available classes - `btn-pinterest` - `btn-reddit` - `btn-soundcloud` + - `btn-spotify` - `btn-tumblr` - `btn-twitter` - `btn-vimeo` diff --git a/bootstrap-social.less b/bootstrap-social.less index 63d2b0eb..6bb87d13 100644 --- a/bootstrap-social.less +++ b/bootstrap-social.less @@ -94,6 +94,7 @@ .btn-adn { .btn-social(#d87a68); } .btn-bitbucket { .btn-social(#205081); } +.btn-deezer { .btn-social(#007feb); } .btn-dropbox { .btn-social(#1087dd); } .btn-facebook { .btn-social(#3b5998); } .btn-flickr { .btn-social(#ff0084); } @@ -108,6 +109,7 @@ .btn-pinterest { .btn-social(#cb2027); } .btn-reddit { .btn-social(#eff7ff, #000); } .btn-soundcloud { .btn-social(#ff5500); } +.btn-spotify { .btn-social(#1ed760); } .btn-tumblr { .btn-social(#2c4762); } .btn-twitter { .btn-social(#55acee); } .btn-vimeo { .btn-social(#1ab7ea); } diff --git a/bootstrap-social.scss b/bootstrap-social.scss index 4448b01b..9c180d6a 100644 --- a/bootstrap-social.scss +++ b/bootstrap-social.scss @@ -94,6 +94,7 @@ $bs-height-xs: (floor($font-size-small * 1.2) + $padding-small-vertical + 1) ! .btn-adn { @include btn-social(#d87a68); } .btn-bitbucket { @include btn-social(#205081); } +.btn-deezer { @include btn-social(#007feb); } .btn-dropbox { @include btn-social(#1087dd); } .btn-facebook { @include btn-social(#3b5998); } .btn-flickr { @include btn-social(#ff0084); } @@ -108,6 +109,7 @@ $bs-height-xs: (floor($font-size-small * 1.2) + $padding-small-vertical + 1) ! .btn-pinterest { @include btn-social(#cb2027); } .btn-reddit { @include btn-social(#eff7ff, #000); } .btn-soundcloud { @include btn-social(#ff5500); } +.btn-spotify { @include btn-social(#1ed760); } .btn-tumblr { @include btn-social(#2c4762); } .btn-twitter { @include btn-social(#55acee); } .btn-vimeo { @include btn-social(#1ab7ea); } diff --git a/index.html b/index.html index b40650be..d17a69f5 100644 --- a/index.html +++ b/index.html @@ -71,6 +71,9 @@

The Buttons

Sign in with Bitbucket + + Sign in with Deezer + Sign in with Dropbox @@ -113,6 +116,9 @@

The Buttons

Sign in with SoundCloud + + Sign in with Spotify + Sign in with Tumblr @@ -148,6 +154,7 @@

The Buttons

+ @@ -161,6 +168,7 @@

Available Classes