diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/greenwich/base.scss | 1 | ||||
-rw-r--r-- | web/cobrands/sass/_base.scss | 6 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 1 |
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 { |