Skip to content

Commit

Permalink
Merge pull request #407 from alphagov/support-deprecated-check-your-a…
Browse files Browse the repository at this point in the history
…nswers

Support deprecated check-your-answers table styles
  • Loading branch information
gemmaleigh authored Jul 13, 2017
2 parents 2b39553 + 9945d40 commit 89d2218
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion app/assets/sass/patterns/_check-your-answers.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

// Recommended - Use these styles for the check your answers pattern
.govuk-check-your-answers {

@include media(desktop) {
Expand Down Expand Up @@ -80,3 +80,16 @@
}

}

// Deprecated - these styles will be removed in a later release
.check-your-answers {
td {
@include core-19;
vertical-align: top;
}
.change-answer {
text-align: right;
font-weight: bold;
padding-right: 0;
}
}

0 comments on commit 89d2218

Please sign in to comment.