Skip to content

Commit

Permalink
Update main stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Aug 16, 2019
1 parent afae090 commit 474fc4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/finder_frontend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
.published-by {
@include govuk-font(14);
display: block;
color: govuk-colour("grey-1");
color: govuk-colour("dark-grey", $legacy: "grey-1");
}

.debug-results {
Expand All @@ -95,7 +95,7 @@
}

.debug-results--meta {
color: govuk-colour("bright-red");
color: govuk-colour("red");
}

.filtered-results__group {
Expand All @@ -119,7 +119,7 @@
padding: 5px;

&:nth-child(odd) {
background-color: govuk-colour("grey-4");
background-color: govuk-colour("light-grey", $legacy: "grey-4");
}
}

Expand Down Expand Up @@ -155,9 +155,9 @@
display: block;
position: relative;
padding: 5px;
border: 1px solid govuk-colour("grey-1");
border: 1px solid govuk-colour("dark-grey", $legacy: "grey-1");
border-radius: 5px;
background-color: govuk-colour("grey-4");
background-color: govuk-colour("light-grey", $legacy: "grey-4");

.js-enabled & {
padding: 8px 7px 7px 23px;
Expand Down

0 comments on commit 474fc4f

Please sign in to comment.