aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/tfl
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/tfl')
-rw-r--r--web/cobrands/tfl/_colours.scss8
-rw-r--r--web/cobrands/tfl/assets.js2
-rw-r--r--web/cobrands/tfl/base.scss21
-rw-r--r--web/cobrands/tfl/layout.scss6
4 files changed, 14 insertions, 23 deletions
diff --git a/web/cobrands/tfl/_colours.scss b/web/cobrands/tfl/_colours.scss
index 1cffc3f55..3e232b443 100644
--- a/web/cobrands/tfl/_colours.scss
+++ b/web/cobrands/tfl/_colours.scss
@@ -33,6 +33,7 @@ $primary_b: $johnston-black;
$primary_text: $johnston-black;
$link-color: $beck-blue;
+$link-text-decoration: 'underline';
$link-hover-color: $blue-dark;
$base_bg: $white;
@@ -49,6 +50,11 @@ $col_fixed_label_dark: #4B8304;
$header-top-border: false;
+$search-help-alignment: left;
+$search-help-background: $red-light;
+$search-help-header-background: $red;
+$search-help-margin-desktop: -1em -1em 0em -1em;
+
@mixin tflbutton {
background: $beck-blue;
border-radius: 22.5px;
@@ -73,4 +79,4 @@ $header-top-border: false;
background-color: $white;
box-shadow: none;
padding: 0.4em;
-} \ No newline at end of file
+}
diff --git a/web/cobrands/tfl/assets.js b/web/cobrands/tfl/assets.js
index ad58c5c8a..ae7ba2ae5 100644
--- a/web/cobrands/tfl/assets.js
+++ b/web/cobrands/tfl/assets.js
@@ -64,6 +64,7 @@ var tlrn_categories = [
"Mobile Crane Operation",
"Other (TfL)",
"Pavement Defect (uneven surface / cracked paving slab)",
+ "Pavement Overcrowding",
"Pothole",
"Pothole (minor)",
"Roadworks",
@@ -71,6 +72,7 @@ var tlrn_categories = [
"Single Light out (street light)",
"Standing water",
"Street Light - Equipment damaged, pole leaning",
+ "Streetspace Feedback",
"Unstable hoardings",
"Unstable scaffolding",
"Worn out road markings"
diff --git a/web/cobrands/tfl/base.scss b/web/cobrands/tfl/base.scss
index 9c573f331..2625596d5 100644
--- a/web/cobrands/tfl/base.scss
+++ b/web/cobrands/tfl/base.scss
@@ -55,10 +55,6 @@ h3 {
line-height: 1.238095238em; //26px
}
-a, .fake-link {
- text-decoration: underline;
-}
-
.btn--primary,
.btn,
.green-btn {
@@ -138,18 +134,6 @@ input.form-error, textarea.form-error {
}
}
}
- a#geolocate_link {
- color: $beck-blue;
- font-family: $heading-font;
- text-decoration: underline;
- font-size: 1.125em;
- background: transparent;
- &:hover,
- &:active,
- &:focus {
- background: transparent;
- }
- }
h2 {
font-style: normal;
font-family: $body-font;
@@ -158,6 +142,11 @@ input.form-error, textarea.form-error {
}
}
+a#geolocate_link {
+ font-family: $heading-font;
+ font-size: 1.125em;
+}
+
.item-list__heading {
font-family: $body-font;
}
diff --git a/web/cobrands/tfl/layout.scss b/web/cobrands/tfl/layout.scss
index 8e3c6b5d8..751a71672 100644
--- a/web/cobrands/tfl/layout.scss
+++ b/web/cobrands/tfl/layout.scss
@@ -66,12 +66,6 @@ h1 {
#postcodeForm div {
margin: 0;
}
- a#geolocate_link {
- color: $beck-blue;
- font-family: $heading-font;
- text-decoration: underline;
- font-size: 1.125em;
- }
}
.frontpage .content {