Skip to content

Commit

Permalink
🐛 fix(link): corrige graisse lien de téléchargement [DS-3373] (#658)
Browse files Browse the repository at this point in the history
- retire le font-weight bold sur le lien de téléchargement
  • Loading branch information
zellerbaptiste authored Jul 4, 2023
1 parent f45dbdb commit 0277113
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/link/style/module/_download.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#{ns(link--download)} {
@include relative;
@include nest-link(md, right, download-line, null, false);
@include font-weight(bold);
@include after {
@include margin-bottom(7v);
vertical-align: calc((#{space(3v)} - var(--icon-size)) * 0.5 - #{space(7v)});
Expand Down

0 comments on commit 0277113

Please sign in to comment.