From 7dfa1ade755b72c90b76fcf2fcf7c0bb4fff50e7 Mon Sep 17 00:00:00 2001 From: Lucas Date: Thu, 9 May 2024 12:10:10 +0100 Subject: [PATCH] [Surrey] Added styling to .site-message --- web/cobrands/surrey/base.scss | 8 +++++++- web/cobrands/surrey/images/info-circle.svg | 1 + web/cobrands/surrey/layout.scss | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 web/cobrands/surrey/images/info-circle.svg diff --git a/web/cobrands/surrey/base.scss b/web/cobrands/surrey/base.scss index 87ab35d45bd..0ad1c97e045 100644 --- a/web/cobrands/surrey/base.scss +++ b/web/cobrands/surrey/base.scss @@ -145,8 +145,14 @@ a#geolocate_link, .site-message { border: 0.3571428571rem solid $primary; - padding: 2rem; + padding: 20px; + padding-left: 75px; font-size: 1rem; + + @include svg-background-image('/cobrands/surrey/images/info-circle'); + background-repeat: no-repeat; + background-size: 35px; + background-position: left 25px top 20px; } /* FOOTER */ diff --git a/web/cobrands/surrey/images/info-circle.svg b/web/cobrands/surrey/images/info-circle.svg new file mode 100644 index 00000000000..b7127e260fa --- /dev/null +++ b/web/cobrands/surrey/images/info-circle.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/cobrands/surrey/layout.scss b/web/cobrands/surrey/layout.scss index 8019d9eacff..ea0036ee685 100644 --- a/web/cobrands/surrey/layout.scss +++ b/web/cobrands/surrey/layout.scss @@ -52,9 +52,9 @@ html { } .site-message { - border-width: 0.3125rem; - padding: 2rem; font-size: 1rem; + padding: 20px; + padding-left: 75px; } /* MAPPAGE */