diff options
author | Struan Donald <struan@exo.org.uk> | 2019-03-15 13:51:34 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-04-02 15:01:20 +0100 |
commit | dfbf83ccdde8816a9bac4ef3aba2ea88dc7dcd41 (patch) | |
tree | 7847933ecb3dc655c920e972ae27fc4db8fc5ef7 /templates | |
parent | 4285614aa68d43f24b2a47c246b14cc3dc237b17 (diff) |
[Bristol] add branding to email templates
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/bristol/_email_color_overrides.html | 23 | ||||
-rw-r--r-- | templates/email/bristol/_email_setting_overrides.html | 5 |
2 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;" + +%] |