Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #528 from schalkneethling/462-external-icon-after-…
Browse files Browse the repository at this point in the history
…link

fix: move external icon to right
  • Loading branch information
Schalk Neethling committed Mar 15, 2021
2 parents 47994cc + a44b4eb commit bd1df43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/atoms/_links.scss
Expand Up @@ -12,14 +12,14 @@ a {
}

&.external {
&::before {
&::after {
background: transparent url("~@mdn/dinocons/general/external.svg") 0 0
no-repeat;
background-size: 16px;
content: "";
display: inline-block;
height: 16px;
margin-right: $base-spacing / 8;
margin-left: $base-spacing / 8;
width: 16px;
}
}
Expand Down

0 comments on commit bd1df43

Please sign in to comment.