From 37cf494cd0933ade08a6b951f7523a18a9380473 Mon Sep 17 00:00:00 2001 From: Joshua Harris Date: Mon, 20 Jan 2025 14:15:48 +0000 Subject: [PATCH] fix: merge conflict issues --- app/assets/sass/application.scss | 1 - .../when-we-write-to-you/colour-paper.html | 131 ------------------ .../font-colour-spacing-size.html | 83 ----------- .../when-we-write-to-you/large-print-1.html | 111 --------------- 4 files changed, 326 deletions(-) delete mode 100644 app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/colour-paper.html delete mode 100644 app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/font-colour-spacing-size.html delete mode 100644 app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/large-print-1.html diff --git a/app/assets/sass/application.scss b/app/assets/sass/application.scss index 92bb2b1..5eabb4b 100644 --- a/app/assets/sass/application.scss +++ b/app/assets/sass/application.scss @@ -4,7 +4,6 @@ // // Add extra styles here -@import "node_modules/@ministryofjustice/frontend/moj/all"; @import "big-number"; .white-link { diff --git a/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/colour-paper.html b/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/colour-paper.html deleted file mode 100644 index 2ec0526..0000000 --- a/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/colour-paper.html +++ /dev/null @@ -1,131 +0,0 @@ -{% extends "layouts/main.html" %} - -{% block pageTitle %} -Content page template – {{ serviceName }} – GOV.UK Prototype Kit -{% endblock %} - - -{% block beforeContent %} - -{% include "preferences/breadcrumbs/customer-view/colour-paper.html" %} - -{% endblock %} - -{% block content %} - -
-
- -

- What colour paper do you need? -

-
-
- Our letters are usually in standard white. -
-
-
- - -
- I do not need an alternative paper colour -
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
- -
or
- -
- - -
- -
-
- - - - - - - - - - {% endblock %} \ No newline at end of file diff --git a/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/font-colour-spacing-size.html b/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/font-colour-spacing-size.html deleted file mode 100644 index 36029f6..0000000 --- a/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/font-colour-spacing-size.html +++ /dev/null @@ -1,83 +0,0 @@ -{% extends "layouts/main.html" %} - -{% block pageTitle %} -Content page template – {{ serviceName }} – GOV.UK Prototype Kit -{% endblock %} - - -{% block beforeContent %} - -{% include "preferences/breadcrumbs/customer-view/font-colour-spacing-size.html" %} - -{% endblock %} - -{% block content %} - - -
-
- -

- What changes do you need? -

-
-
- You can choose more than one option. -
-
-
- - -
-
- - -
-
-
-
- - -
- - - - -{% endblock %} \ No newline at end of file diff --git a/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/large-print-1.html b/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/large-print-1.html deleted file mode 100644 index 65d004e..0000000 --- a/app/views/preferences/customer-view/alternative-formats/when-we-write-to-you/large-print-1.html +++ /dev/null @@ -1,111 +0,0 @@ -{% extends "layouts/main.html" %} - -{% block pageTitle %} -Content page template – {{ serviceName }} – GOV.UK Prototype Kit -{% endblock %} - - -{% block beforeContent %} - -{% include "preferences/breadcrumbs/customer-view/large-print-1.html" %} - -{% endblock %} - -{% block content %} - -
-
- -

- What size print do you need? -

-
-
- Our letters are usually in 12 point Arial font. -
-
-
- - -
- I do not need an alternative print size -
-
-
- - -
-
- - -
-
- - -
-
or
- -
- - -
-
-
- - - - - - - - {% endblock %} \ No newline at end of file