Skip to content
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

Merged
merged 3 commits into from
Oct 5, 2023
Merged

New social icons #683

merged 3 commits into from
Oct 5, 2023

Conversation

xentenza
Copy link
Collaborator

  • added TikTok
  • added Mastodon
  • social-color.scss in alphabetical order

- added TikTok
- added Mastodon
- social-color.scss in alphabetical order
@github-actions
Copy link

github-actions bot commented Sep 29, 2023

Unit Test Results

    1 files      1 suites   0s ⏱️
264 tests 235 ✔️ 0 💤   0  29 🔥
264 runs  206 ✔️ 0 💤 29  29 🔥

For more details on these errors, see this check.

Results for commit aade3b9.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Sep 29, 2023

🔎 Download the Backstop report for this pull request (link valid for 90 days):

Copy link
Contributor

@alinekeller alinekeller left a 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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Le logo TikTok me semble minuscule comparé aux autres:
Screenshot from 2023-10-03 14-44-23

On pourrait augmenter la taille de 1.3 comme YouTube ?

Copy link
Collaborator Author

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
@williambelle williambelle merged commit 21c7364 into dev Oct 5, 2023
4 checks passed
@williambelle williambelle deleted the styleguide/social-icons branch October 5, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants