UX: Adhere to Facebook & Twitter brand guidelines for share icon colors

This commit is contained in:
Kris 2019-03-13 13:42:11 -04:00
parent 65f3ed0689
commit 4178578e09
1 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,14 @@
.social-link {
margin-right: s(2);
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 {
font-size: $font-up-3;