Skip to content

Commit

Permalink
Update copy and styles to suit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Nov 21, 2023
1 parent 2d90002 commit 6cfaa6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/pages/GiftAid/SubmitForm/SubmitFormFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const submitFormFields = {
label,
required: true,
emptyFieldErrorText: 'To Gift Aid your donation you need to tick the checkbox',
additionalText: '* By ticking I state I am a UK taxpayer making a personal donation and understand that if I pay less Income Tax and/or Capital Gains Tax than the amount of Gift Aid claimed on all my donations, it is my responsibility to pay any difference. <a href=\'https://www.comicrelief.com/frequently-asked-questions\' class=\'link inline\' target=\'_blank\' rel=\'noreferrer\'>Find out more</a>'
additionalText: '* By ticking, I state I am a UK taxpayer making a personal donation and understand that if I pay less Income Tax and/or Capital Gains Tax than the amount of Gift Aid claimed on all my donations, it is my responsibility to pay any difference. Please note that the money that Comic Relief claims back from HMRC as part of the Gift Aid scheme will be treated as unrestricted funds and used to support our general work, even if the original donation was made towards a specific appeal. <a href=\'https://www.comicrelief.com/frequently-asked-questions\' class=\'link inline\' target=\'_blank\' rel=\'noreferrer\'>Find out more</a>'
},
phoneNumber: {
id: 'mobile',
Expand Down
4 changes: 1 addition & 3 deletions src/pages/GiftAid/UpdateForm/UpdateFormFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ export const donationTypeChoices = [
export const giftAidButtonChoices = [
{
label: giftAidButtonChoicesLabel,
additionalText: '&#42; By ticking I state I am a UK taxpayer making a personal donation and understand' +
'that if I pay less Income Tax and/or Capital Gains Tax than the amount of Gift Aid claimed on all my ' +
'donations, it is my responsibility to pay any difference. [Find out more](http://www.comicrelief.com)',
additionalText: '&#42; By ticking, I state I am a UK taxpayer making a personal donation and understand that if I pay less Income Tax and/or Capital Gains Tax than the amount of Gift Aid claimed on all my donations, it is my responsibility to pay any difference. Please note that the money that Comic Relief claims back from HMRC as part of the Gift Aid scheme will be treated as unrestricted funds and used to support our general work, even if the original donation was made towards a specific appeal. [Find out more](http://www.comicrelief.com)',
value: 1,
},
{
Expand Down
5 changes: 3 additions & 2 deletions src/styles/SubmitForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ $colour-scorpion-grey: #595959;
}

.form__field-additional-text {
margin: 25px 0;
margin: 25px 0 20px;
line-height: 1.6;
color: $colour-scorpion-grey;
font-family: $font-regular;
font-size: 13px;

.link.inline {
border-width: 3px;
Expand All @@ -103,7 +104,7 @@ $colour-scorpion-grey: #595959;
}
}
@include breakpoint($screen-md) {
margin: 50px 0;
margin: 50px 0 20px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions src/styles/UpdateForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $colour-scorpion-grey: #595959;
}

.form__field-additional-text {
margin: 0;
margin: 0 0 15px;
line-height: 1.6;
color: $colour-scorpion-grey;
font-family:$font-regular;
Expand All @@ -95,7 +95,7 @@ $colour-scorpion-grey: #595959;
}
}
@include breakpoint($screen-md) {
margin: 0;
margin-bottom: 20px;
}
}

Expand Down

0 comments on commit 6cfaa6a

Please sign in to comment.