aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/fiksgatami/layout.scss
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2017-05-30 20:26:47 +0200
committerMarius Halden <marius.h@lden.org>2017-05-30 20:26:55 +0200
commitc97da9193325d5b8e1fe6ea75c3af1497735803d (patch)
tree1d94d9cdc5fbe7da051e3fdaf7ef9f0e338d92ad /web/cobrands/fiksgatami/layout.scss
parenta8e0afc16e3891cd753a69adf7129fe9754ad2d4 (diff)
[FiksGataMi] Allow longer text in go button
Diffstat (limited to 'web/cobrands/fiksgatami/layout.scss')
-rw-r--r--web/cobrands/fiksgatami/layout.scss7
1 files changed, 7 insertions, 0 deletions
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;
+ }
+}