-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New social icons #683
New social icons #683
Conversation
xentenza
commented
Sep 29, 2023
- added TikTok
- added Mastodon
- social-color.scss in alphabetical order
- added TikTok - added Mastodon - social-color.scss in alphabetical order
🔎 Download the Backstop report for this pull request (link valid for 90 days): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Les couleurs définies dans le fichier social-colors.scss ne sont pas appliquées sur les icônes de Mastodon et Tiktok:
Il faut ajouter les styles suivants dans le fichier atoms/social-icon/social-icon.scss (vers la ligne 90, après les styles déjà définis pour les autres icônes):
.social-icon-mastodon {
background-color: $mastodon;
}
.social-icon-tiktok {
background-color: $tiktok;
}
- corrections required by Aline; - some misspellings...
} | ||
|
||
.social-icon-tiktok { | ||
background-color: $tiktok; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ce sont les fichiers de base fournis par les TikTok Brand Guidelines. Mais bonne idée, c'est modifié dans ma nouvelle PR
- Increased TikTok logo size *1.3 - social icons by alphabetical order - TikTok and Mastodon not displayed in footer