Add new brand variable: $bitbucket-color (#1009)
This commit is contained in:
parent
bb01fc8c32
commit
b3410ed8b2
4 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue