Skip to content

Commit

Permalink
Merge pull request #2090 from govuk-one-login/BAU/fix-sass-errors
Browse files Browse the repository at this point in the history
BAU: Prevent Sass mixed declaration warnings
  • Loading branch information
gtvj authored Sep 24, 2024
2 parents b79dee3 + 1dfcb45 commit b03ffcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/scss/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
}

.govuk-show-password__toggle {
@include govuk-font(19);
z-index: 0;
display: table-cell; // IE fallback
padding: govuk-spacing(1) govuk-spacing(3);
Expand All @@ -146,6 +145,8 @@
white-space: nowrap;
cursor: pointer;

@include govuk-font(19);

@include govuk-media-query($until: mobile) {
padding: govuk-spacing(1);
width: 100%;
Expand Down

0 comments on commit b03ffcc

Please sign in to comment.