From 8fa83815251534566994eae5929c41b54b452f95 Mon Sep 17 00:00:00 2001 From: EarthlingDavey <15802017+EarthlingDavey@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:37:10 +0000 Subject: [PATCH] Update logo on login screen --- .../src/globals/images/tudor_crest_black.svg | 172 ++++++++++++++++++ .../clarity/src/globals/sass/login.scss | 2 +- 2 files changed, 173 insertions(+), 1 deletion(-) create mode 100644 public/app/themes/clarity/src/globals/images/tudor_crest_black.svg diff --git a/public/app/themes/clarity/src/globals/images/tudor_crest_black.svg b/public/app/themes/clarity/src/globals/images/tudor_crest_black.svg new file mode 100644 index 000000000..8311f2bd7 --- /dev/null +++ b/public/app/themes/clarity/src/globals/images/tudor_crest_black.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/app/themes/clarity/src/globals/sass/login.scss b/public/app/themes/clarity/src/globals/sass/login.scss index ad2547c1b..184ced72c 100644 --- a/public/app/themes/clarity/src/globals/sass/login.scss +++ b/public/app/themes/clarity/src/globals/sass/login.scss @@ -6,7 +6,7 @@ body.login { margin-bottom: 15px; a { - background-image: url('../images/moj-logo-crest.svg'); + background-image: url('../images/tudor_crest_black.svg'); background-size: 100px; height: 94px; width: 104px;