Skip to content

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
Collaborator

@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...
@xentenza xentenza requested a review from alinekeller October 2, 2023 10:05
}

.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
@xentenza xentenza requested a review from williambelle October 5, 2023 12:09
@williambelle williambelle merged commit 21c7364 into dev Oct 5, 2023
@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.

4 participants