aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fiksgatami/base.scss8
-rw-r--r--web/cobrands/fiksgatami/layout.scss7
2 files changed, 15 insertions, 0 deletions
diff --git a/web/cobrands/fiksgatami/base.scss b/web/cobrands/fiksgatami/base.scss
index 84784d552..ede6f9723 100644
--- a/web/cobrands/fiksgatami/base.scss
+++ b/web/cobrands/fiksgatami/base.scss
@@ -4,3 +4,11 @@
@import "../sass/base";
+#front-main #postcodeForm div {
+ input#pc {
+ width: 74%;
+ }
+ input#sub {
+ width: 26%;
+ }
+}
diff --git a/web/cobrands/fiksgatami/layout.scss b/web/cobrands/fiksgatami/layout.scss
index 69e455aa5..d7a0bd920 100644
--- a/web/cobrands/fiksgatami/layout.scss
+++ b/web/cobrands/fiksgatami/layout.scss
@@ -1,2 +1,9 @@
@import "_colours";
@import "../sass/layout";
+
+#front-main #postcodeForm div {
+ width: 23.5em;
+ input#sub {
+ width: 6.5em;
+ }
+}