Skip to content

Commit

Permalink
Increase external link margin styling (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth authored Aug 25, 2021
1 parent 6763d81 commit af4d3ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Improvements

- Whitespace in checkbox and radio label markup will no longer cause the label text to be misplaced.
- Margins surrounding an external link icon have been increased slightly.

## 6.0.0

Expand Down
4 changes: 4 additions & 0 deletions src/scss/components/_links.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.usa-link--external::after {
margin-left: units(.5);
margin-right: units(2px);
}
1 change: 1 addition & 0 deletions src/scss/packages/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@import '../components/general';
@import '../components/hero';
@import '../components/inputs';
@import '../components/links';
@import '../components/navbar';
@import '../components/sidenav';
@import '../components/spinner';
Expand Down

0 comments on commit af4d3ba

Please sign in to comment.