aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/email/bristol/_email_color_overrides.html23
-rw-r--r--templates/email/bristol/_email_setting_overrides.html5
-rw-r--r--web/cobrands/bristol/images/email-logo.pngbin0 -> 8747 bytes
3 files changed, 28 insertions, 0 deletions
diff --git a/templates/email/bristol/_email_color_overrides.html b/templates/email/bristol/_email_color_overrides.html
new file mode 100644
index 000000000..446ce00b8
--- /dev/null
+++ b/templates/email/bristol/_email_color_overrides.html
@@ -0,0 +1,23 @@
+[%
+
+color_bcc_red = '#bc0031'
+color_bcc_dark_grey = '#2e3137'
+color_bcc_light_grey = '#eaeaea'
+
+body_background_color = color_white
+body_text_color = color_bcc_dark_grey
+
+header_background_color = color_bcc_dark_grey
+header_text_color = color_white
+
+button_background_color = color_bcc_dark_grey
+button_text_color = color_white
+
+secondary_column_background_color = color_white
+secondary_column_text_color = color_bcc_dark_grey
+
+logo_width = '81'
+logo_height = '81'
+logo_file = 'email-logo.png'
+
+%]
diff --git a/templates/email/bristol/_email_setting_overrides.html b/templates/email/bristol/_email_setting_overrides.html
new file mode 100644
index 000000000..77b78a695
--- /dev/null
+++ b/templates/email/bristol/_email_setting_overrides.html
@@ -0,0 +1,5 @@
+[%
+
+header_style = "padding: $header_padding; background: $header_background_color; color: $header_text_color; border-bottom: 5px solid $color_bcc_red;"
+
+%]
diff --git a/web/cobrands/bristol/images/email-logo.png b/web/cobrands/bristol/images/email-logo.png
new file mode 100644
index 000000000..c5b1152fc
--- /dev/null
+++ b/web/cobrands/bristol/images/email-logo.png
Binary files differ