Add new brand variable: $bitbucket-color (#1009)

This commit is contained in:
Guillermo Calvo 2017-05-16 21:21:32 +09:00 committed by Michael Rose
parent bb01fc8c32
commit b3410ed8b2
4 changed files with 12 additions and 0 deletions

View file

@ -191,6 +191,11 @@ body:hover .visually-hidden button {
color: $behance-color;
}
.fa-bitbucket,
.fa-bitbucket-square {
color: $bitbucket-color;
}
.fa-dribbble {
color: $dribbble-color;
}

View file

@ -68,6 +68,7 @@ $info-color : #52adc8 !default;
/* brands */
$behance-color : #1769FF !default;
$bitbucket-color : #205081 !default;
$dribbble-color : #ea4c89 !default;
$facebook-color : #3b5998 !default;
$flickr-color : #ff0084 !default;

View file

@ -191,6 +191,11 @@ body:hover .visually-hidden button {
color: $behance-color;
}
.fa-bitbucket,
.fa-bitbucket-square {
color: $bitbucket-color;
}
.fa-dribbble {
color: $dribbble-color;
}

View file

@ -68,6 +68,7 @@ $info-color : #52adc8 !default;
/* brands */
$behance-color : #1769FF !default;
$bitbucket-color : #205081 !default;
$dribbble-color : #ea4c89 !default;
$facebook-color : #3b5998 !default;
$flickr-color : #ff0084 !default;