Skip to content

Commit

Permalink
Add missing text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
36degrees committed Jul 16, 2019
1 parent 1deeb71 commit b811f6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/govuk/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.govuk-tabs__title {
@include govuk-font($size: 19);
@include govuk-text-colour;
margin-bottom: govuk-spacing(2);
}

Expand All @@ -26,6 +27,7 @@
margin-left: govuk-spacing(5);

&::before {
@include govuk-text-colour;
content: "\2014 "; // "— "
margin-left: - govuk-spacing(5);
padding-right: govuk-spacing(1);
Expand Down

0 comments on commit b811f6f

Please sign in to comment.