aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2018-11-09 11:06:58 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-11-09 15:58:29 +0000
commit6fc49ee427030b51404fe095ea3f9171fc13e5cb (patch)
tree90047e411933b1b882d9dde9847559ba12f19513
parent3feb5b4d9e28db7e90ba26ca81c747b66d3a1211 (diff)
Remove a few .btn related unnecessary things.
.btn--social doesn't do anything, and neither do the text-transforms.
-rw-r--r--web/cobrands/greenwich/base.scss1
-rw-r--r--web/cobrands/sass/_base.scss6
-rw-r--r--web/cobrands/zurich/layout.scss1
3 files changed, 0 insertions, 8 deletions
diff --git a/web/cobrands/greenwich/base.scss b/web/cobrands/greenwich/base.scss
index f46ab9a19..909c122d8 100644
--- a/web/cobrands/greenwich/base.scss
+++ b/web/cobrands/greenwich/base.scss
@@ -61,7 +61,6 @@ h1, h2 {
button, input[type=submit], .btn, .green-btn, button.green-btn, input.green-btn {
border: none;
border-radius: 0;
- text-transform: none;
color: white;
background: $greenwich_dark_grey;
border-bottom: solid 4px $greenwich_red;
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index b0cd4612d..24eed252b 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -868,12 +868,6 @@ input.final-submit {
@include box-sizing(border-box);
}
-// Under the button to override its text transform and width
-.btn--social {
- text-transform: none;
- text-align: center;
-}
-
.btn--small {
font-size: 0.8em;
}
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 31469926f..0801d90f4 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -257,7 +257,6 @@ body.mappage.admin {
button, input[type="submit"], .btn {
padding: 0.5em 0.5em 0.3em 0.5em;
- text-transform: none;
}
h2 {