Skip to content

Commit

Permalink
Merge pull request #3917 from alphagov/fix-more-sass-warnings
Browse files Browse the repository at this point in the history
Fix Sass warnings
  • Loading branch information
andysellick authored Dec 19, 2024
2 parents 551c902 + 5c3087b commit 0936c40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/views/_covid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@ $c19-landing-page-header-background: govuk-colour("blue");
}

.covid__list {
@include govuk-font(19);
margin-bottom: govuk-spacing(3);
list-style-type: none;
@include govuk-font(19);

@include govuk-media-query($from: tablet) {
margin-bottom: govuk-spacing(4);
}
}

.covid__list-item-description {
@include govuk-font(19);
padding-left: govuk-spacing(6);
@include govuk-font(19);
}

.covid__list-item {
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/views/_organisation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
}

.organisation__parent-organisations {
@include govuk-font(19);
margin-top: govuk-spacing(3);
@include govuk-font(19);
}

.organisation__contact-section--border-top {
Expand All @@ -69,12 +69,12 @@
}

.organisation__no10-banner {
@include govuk-font(19);
padding-top: 140px;
background-image: url("prime-ministers-office-header.jpg");
background-repeat: no-repeat;
background-position: 50% 0;
text-align: center;
@include govuk-font(19);
}

.organisation__no10-yt-link {
Expand Down
6 changes: 3 additions & 3 deletions app/assets/stylesheets/views/_taxons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
}

.taxon-page__section-description {
@include govuk-font(19);
margin-top: govuk-spacing(2);
@include govuk-font(19);
}

.taxon-page__section-group {
Expand All @@ -43,8 +43,8 @@
}

.taxon-page__featured-item {
@include govuk-clearfix;
margin-top: govuk-spacing(4);
@include govuk-clearfix;

&--single {
min-width: 330px;
Expand Down Expand Up @@ -95,8 +95,8 @@
}

.taxon-page__link-list-item {
@include govuk-font(19);
margin-bottom: govuk-spacing(2);
@include govuk-font(19);

@include govuk-media-query($from: tablet) {
margin-bottom: 5px;
Expand Down
3 changes: 1 addition & 2 deletions app/assets/stylesheets/views/_world_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
}

.world-locations-group__letter {
@include govuk-font(80);
font-weight: bold;
text-indent: -4px;
margin: 0;
@include govuk-font(80, $weight: bold);
}

.world_locations-group__item {
Expand Down

0 comments on commit 0936c40

Please sign in to comment.