From d02d3bfb8cb14ee7c29b029bf7b99b58b570cb40 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Tue, 30 Jan 2024 14:23:40 +0000 Subject: [PATCH] [Cycling UK] Remove logo. --- templates/web/cyclinguk/footer_extra.html | 3 --- templates/web/cyclinguk/header_logo.html | 7 +----- templates/web/cyclinguk/index-steps.html | 6 ----- templates/web/cyclinguk/next_steps.html | 11 --------- web/cobrands/cyclinguk/base.scss | 15 ------------ web/cobrands/cyclinguk/layout.scss | 29 ----------------------- 6 files changed, 1 insertion(+), 70 deletions(-) diff --git a/templates/web/cyclinguk/footer_extra.html b/templates/web/cyclinguk/footer_extra.html index 2446e4c1504..c7c911a8f45 100644 --- a/templates/web/cyclinguk/footer_extra.html +++ b/templates/web/cyclinguk/footer_extra.html @@ -67,9 +67,6 @@ Powered by FixMyStreet - - cycling-sos - diff --git a/templates/web/cyclinguk/header_logo.html b/templates/web/cyclinguk/header_logo.html index a4f4ab75ea5..baa6c490438 100644 --- a/templates/web/cyclinguk/header_logo.html +++ b/templates/web/cyclinguk/header_logo.html @@ -1,7 +1,2 @@ -
- - - -
- + [%- loc('Report') -%] diff --git a/templates/web/cyclinguk/index-steps.html b/templates/web/cyclinguk/index-steps.html index 7cc0564b676..6c9ed126e7b 100644 --- a/templates/web/cyclinguk/index-steps.html +++ b/templates/web/cyclinguk/index-steps.html @@ -16,12 +16,6 @@

You can report any danger to cycling, not just potholes

# %] -
- - In association with Cycle SOS - -
-

Help fix our broken roads

Potholes are more than a nuisance - they can be a serious danger to cyclists and others. In the UK, there’s an average of one road defect for every 110 metres of road.

diff --git a/templates/web/cyclinguk/next_steps.html b/templates/web/cyclinguk/next_steps.html index 4cc3290653f..3365fd7b40d 100644 --- a/templates/web/cyclinguk/next_steps.html +++ b/templates/web/cyclinguk/next_steps.html @@ -18,17 +18,6 @@

Help others to report by sharing this tool

Support safer cycling

Cycling UK’s work doesn’t stop at potholes – we’re continuously campaigning to make our roads safer and more pleasant for everyone who cycles, and anyone who wants to. Whether it’s tackling close passing, successfully securing a safer Highway Code or pushing governments across the UK to invest in quality space for cycling, our campaigns need your support.

- -

Cycle SOS

- - -

Cycle SOS is the official partner law firm of Cycling UK, offering members a bespoke service following a cycle related incident. Over the last 30 years Cycle SOS, part of Fletchers Solicitors, has represented thousands of cyclists and motorcyclists following road traffic accidents – handling more two wheel claims than anyone else.

- -

As a special benefit to Cycling UK members no costs are deducted from any compensation, allowing you to keep everything you are awarded at the end of your claim following a cycling accident – whether it’s a collision with another vehicle, or a pothole/road defect, or an issue with your bike itself.

- -

Call Cycle SOS on 0330 107 1789

diff --git a/web/cobrands/cyclinguk/base.scss b/web/cobrands/cyclinguk/base.scss index 9648c492a36..c1401e9d14a 100644 --- a/web/cobrands/cyclinguk/base.scss +++ b/web/cobrands/cyclinguk/base.scss @@ -244,13 +244,6 @@ label[for$="form_CyclingUK_injury_suffered"] { &.is--purple{ border-color: $purple; } - - .cycling-sos-logo { - max-width: 280px; - margin-bottom: 1rem; - margin-top: 1.2rem; - display: block; - } } .bg-cyclinguk { @@ -436,10 +429,6 @@ ol.big-numbers>li:before { // MAPPAGE body.mappage { - .logos-wrapper { - justify-content: start; - } - #site-logo { width: 200px; height: 60px; @@ -447,10 +436,6 @@ body.mappage { box-sizing: border-box; background-size: auto 36px; } - - #site-logo-sos { - display: none; - } } .big-green-banner { diff --git a/web/cobrands/cyclinguk/layout.scss b/web/cobrands/cyclinguk/layout.scss index c11c38b85d6..82ccab2a07b 100644 --- a/web/cobrands/cyclinguk/layout.scss +++ b/web/cobrands/cyclinguk/layout.scss @@ -11,29 +11,12 @@ $site-logo-height: 60px; $site-logo-padding: 32px; $total-navbar-height: $site-logo-height + $site-logo-padding * 2; body { - .logos-wrapper { - display: flex; - flex-direction: row; - justify-content: space-between; - - } - #site-logo { padding: 0; height: $total-navbar-height; width: 305px; background-size: auto 53px; } - - #site-logo-sos { - position: relative; - z-index: 1; - width: 305px; - height: $total-navbar-height; - - background: url(/cobrands/cyclinguk/images/cycle-sos-logo.png) 0 50% no-repeat; - background-size: auto $site-logo-height; - } } $subnav-height: 52px; @@ -158,10 +141,6 @@ body.frontpage { .frontpage & { margin: 3rem -2rem; } - - .cycling-sos-logo { - display: none; - } } // MAPPAGE @@ -179,14 +158,6 @@ body.mappage { background-image: url(/cobrands/cyclinguk/images/fill-that-hole-logo-white.png); } - #site-logo-sos { - height: $mappage-header-height; - background: url(/cobrands/cyclinguk/images/cycle-sos-logo-white.png) 0 50% no-repeat; - background-size: auto 50px; - display: block; - } - - .nav-menu__item--news, .nav-menu__item--press, .nav-menu__item--privacy {