Skip to content

Commit

Permalink
Adding a fix for the link/button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Yeshtukova committed Feb 23, 2021
1 parent 73354f1 commit eec7d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/callout/_callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
@include nsw-spacing(margin, sm none none none);
}

a:not([class]) {
@include text-link;
}

.nsw-text-link {
@include nsw-spacing(margin-top, sm);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/callout/json/callout.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"heading": "The Digital Driver's License trial",
"copy": "Once we launch statewide, the Digital Drivers License will become legal for use across NSW"
"copy": "Once we launch statewide, the <a href='#'>Digital Drivers License</a> will become legal for use across NSW"
}

0 comments on commit eec7d7b

Please sign in to comment.