Skip to content

Commit

Permalink
Update link styling inline with new GDS styling (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhubner authored Jan 26, 2022
1 parent 837fc3d commit 6f7bce7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$govuk-assets-path: "/submissions/assets/lib/govuk-frontend/govuk/assets/";
$hmrc-assets-path: "/submissions/assets/lib/hmrc-frontend/hmrc/";
$govuk-new-link-styles: true;

@import "lib/govuk-frontend/govuk/all";

Expand Down
5 changes: 3 additions & 2 deletions app/uk/gov/hmrc/gform/views/govuk_wrapper.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,10 @@
@hmrcStandardHeader = @{new helpers.HmrcStandardHeader(hmrcHeader)}
@hmrcFooter = @{new components.HmrcFooter()}
@hmrcStandardFooter = @{new helpers.HmrcStandardFooter(hmrcFooter, new HmrcFooterItems(appConfig.accessibilityStatementConfig))}
@govukTemplate = @{new GovukTemplate(govukHeader, govukFooter, govukSkipLink)}
@fixedWidthPageLayout = @{new FixedWidthPageLayout()}
@govukTemplate = @{new GovukTemplate(govukHeader, govukFooter, govukSkipLink, fixedWidthPageLayout)}
@twoThirdsMainContent = @{new TwoThirdsMainContent}
@govukLayout = @{new GovukLayout(govukTemplate, govukHeader, govukFooter, govukBackLink, twoThirdsMainContent)}
@govukLayout = @{new GovukLayout(govukTemplate, govukHeader, govukFooter, govukBackLink, twoThirdsMainContent, fixedWidthPageLayout)}
@hmrcReportTechnicalIssue = @{new components.HmrcReportTechnicalIssue()}

@language = @{l.toLanguage}
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val compile = Seq(
"uk.gov.hmrc" %% "bootstrap-frontend-play-28" % "4.3.0",
"uk.gov.hmrc" %% "play-language" % "5.1.0-play-28",
"uk.gov.hmrc" %% "play-frontend-hmrc" % "1.19.0-play-28",
"uk.gov.hmrc" %% "play-frontend-hmrc" % "2.0.0-play-28",
"uk.gov.hmrc" %% "auth-client" % "5.6.0-play-28",
"uk.gov.hmrc" %% "domain" % "5.11.0-play-27",
"uk.gov.hmrc" %% "play-partials" % "8.1.0-play-28",
Expand All @@ -26,7 +26,7 @@ object Dependencies {
"com.nrinaudo" %% "kantan.csv" % "0.5.1",
"com.miguelfonseca.completely" % "completely-core" % "0.8.0",
"org.jsoup" % "jsoup" % "1.13.1",
"org.webjars.npm" % "govuk-frontend" % "3.11.0",
"org.webjars.npm" % "govuk-frontend" % "3.14.0",
"com.openhtmltopdf" % "openhtmltopdf-pdfbox" % "1.0.10",
"ai.x" %% "play-json-extensions" % "0.42.0",
"org.apache.commons" % "commons-text" % "1.9"
Expand Down

0 comments on commit 6f7bce7

Please sign in to comment.