Skip to content

Commit

Permalink
Update feedback component to use govuk-frontend class for layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Aug 7, 2019
1 parent 3ad3db0 commit dd99fa9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
}
}

.gem-c-feedback__column-two-thirds {
@include govuk-grid-column($width: two-thirds)
}

.gem-c-feedback__prompt {
@include govuk-clearfix;
background-color: govuk-colour("blue");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
role="button">Close</a>

<div class="govuk-grid-row">
<div class="gem-c-feedback__column-two-thirds">
<div class="govuk-grid-column-two-thirds">
<div class="gem-c-feedback__error-summary gem-c-feedback__js-show js-hidden js-errors" tabindex="-1"></div>

<input type="hidden" name="url" value="<%= url_without_pii %>">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
role="button">Close</a>

<div class="govuk-grid-row">
<div class="gem-c-feedback__column-two-thirds" id="survey-wrapper">
<div class="govuk-grid-column-two-thirds" id="survey-wrapper">
<div class="gem-c-feedback__error-summary js-hidden js-errors" tabindex="-1"></div>

<input name="email_survey_signup[survey_id]" type="hidden" value="footer_satisfaction_survey">
Expand Down

0 comments on commit dd99fa9

Please sign in to comment.