UX: Adhere to Facebook & Twitter brand guidelines for share icon colors
This commit is contained in:
parent
65f3ed0689
commit
4178578e09
|
@ -54,6 +54,14 @@
|
||||||
.social-link {
|
.social-link {
|
||||||
margin-right: s(2);
|
margin-right: s(2);
|
||||||
font-size: $font-up-4;
|
font-size: $font-up-4;
|
||||||
|
.d-icon-fab-facebook-square {
|
||||||
|
// Adheres to Facebook brand guidelines
|
||||||
|
color: dark-light-choose($facebook, white);
|
||||||
|
}
|
||||||
|
.d-icon-fab-twitter-square {
|
||||||
|
// Adheres to Twitter brand guidelines
|
||||||
|
color: dark-light-choose($twitter, white);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.link {
|
.link {
|
||||||
font-size: $font-up-3;
|
font-size: $font-up-3;
|
||||||
|
|
Loading…
Reference in New Issue