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

fix(external-links): adjusted icon size #5

Merged
merged 5 commits into from
Aug 22, 2024
Merged

fix(external-links): adjusted icon size #5

merged 5 commits into from
Aug 22, 2024

Conversation

LAMM26
Copy link
Collaborator

@LAMM26 LAMM26 commented Aug 21, 2024

Ajusté l'icône pour les lien externes pour qu'il soit plus proche de la taille SDG.

@LAMM26 LAMM26 self-assigned this Aug 21, 2024
margin-right: 4px;
mat-icon {
margin: 0px -4px;
transform: scale(0.5);
Copy link
Contributor

Choose a reason for hiding this comment

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

Pour controller la dimension de l'icone de Material on peut changer ces trois paramètres.

height: 14px;
width: 14px;
font-size: 14px;

span {
margin-right: 4px;
mat-icon {
margin: 0px -4px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Idéallement, on doit éviter d'utiliser les margins négatifs parce que sa risque de créer des désajustements.

@LAMM26 LAMM26 closed this Aug 22, 2024
@LAMM26 LAMM26 reopened this Aug 22, 2024
@alecarn alecarn merged commit 29af0bb into next Aug 22, 2024
3 checks passed
@alecarn alecarn deleted the external-links branch August 22, 2024 15:49
alecarn pushed a commit that referenced this pull request Aug 22, 2024
# [1.0.0-next.14](v1.0.0-next.13...v1.0.0-next.14) (2024-08-22)

### Bug Fixes

* **external-links:** adjusted icon size ([#5](#5)) ([29af0bb](29af0bb))
@alecarn
Copy link
Contributor

alecarn commented Aug 22, 2024

🎉 This PR is included in version 1.0.0-next.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants