diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fiksgatami/base.scss | 17 | ||||
-rw-r--r-- | web/cobrands/fiksgatami/layout.scss | 7 |
2 files changed, 24 insertions, 0 deletions
diff --git a/web/cobrands/fiksgatami/base.scss b/web/cobrands/fiksgatami/base.scss index 923f49cde..d29ca8455 100644 --- a/web/cobrands/fiksgatami/base.scss +++ b/web/cobrands/fiksgatami/base.scss @@ -4,6 +4,15 @@ @import "../sass/base"; +#front-main #postcodeForm div { + input#pc { + width: 74%; + } + input#sub { + width: 26%; + } +} + #site-logo { background: transparent url('images/site-logo.png') 0 50% no-repeat; } @@ -14,3 +23,11 @@ background-color: $primary; } } + +.dashboard-search__input { + width: 75%; +} + +.dashboard-search__submit { + width: 25%; +} diff --git a/web/cobrands/fiksgatami/layout.scss b/web/cobrands/fiksgatami/layout.scss index 17aa3b6b1..f000fca6b 100644 --- a/web/cobrands/fiksgatami/layout.scss +++ b/web/cobrands/fiksgatami/layout.scss @@ -1,6 +1,13 @@ @import "_colours"; @import "../sass/layout"; +#front-main #postcodeForm div { + width: 23.5em; + input#sub { + width: 6.5em; + } +} + #main-nav { display: block; // remove flex so nav touches top of parent min-height: 0; // no vertical align, so no need for a height |