aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/tfl
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-05-15 11:04:21 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-05-15 11:04:21 +0100
commit2b0e62e7f77c18454d5a2cfaf876b9d61f1a89f9 (patch)
treeafb67e5d690d9b575ce65efef63b5430c88b62f8 /web/cobrands/tfl
parent151197042f368b9c7f3b0267e0fc9bcb1fee04d3 (diff)
parent5bf3d1b8784a025c3fa19a66f7d85d0fe0202c75 (diff)
Merge remote-tracking branch 'origin/issues/commercial/1835-geolocation-button-styling'
Diffstat (limited to 'web/cobrands/tfl')
-rw-r--r--web/cobrands/tfl/base.scss17
-rw-r--r--web/cobrands/tfl/layout.scss6
2 files changed, 5 insertions, 18 deletions
diff --git a/web/cobrands/tfl/base.scss b/web/cobrands/tfl/base.scss
index 9c573f331..43ac90612 100644
--- a/web/cobrands/tfl/base.scss
+++ b/web/cobrands/tfl/base.scss
@@ -138,18 +138,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 +146,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 {