Skip to content

Commit

Permalink
Remove margin on icon variation of input-group
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenhitchon committed Jul 16, 2024
1 parent 917d853 commit 1869659
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/form/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ $nsw-form-tick: '<svg fill="#ffffff" version="1.1" xmlns="http://www.w3.org/2000
border-color: var(--nsw-grey-01);
border-left-width: 0;

.nsw-material-icons:first-child {
margin-right: 0;
}

.nsw-section--invert & {
color: var(--nsw-white);
border-color: var(--nsw-white);
Expand Down

0 comments on commit 1869659

Please sign in to comment.