diff options
author | Marius Halden <marius.h@lden.org> | 2017-05-30 20:26:47 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-05-30 20:26:55 +0200 |
commit | c97da9193325d5b8e1fe6ea75c3af1497735803d (patch) | |
tree | 1d94d9cdc5fbe7da051e3fdaf7ef9f0e338d92ad | |
parent | a8e0afc16e3891cd753a69adf7129fe9754ad2d4 (diff) |
[FiksGataMi] Allow longer text in go button
-rw-r--r-- | web/cobrands/fiksgatami/base.scss | 8 | ||||
-rw-r--r-- | web/cobrands/fiksgatami/layout.scss | 7 |
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; + } +} |