diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index c625b2508..5d0c39688 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -180,7 +180,8 @@ body.twothirdswidthpage { p { &#fixed { padding-top: 2em; - @include background(linear-gradient(#769643, #648721 4px)); + background: $col_fixed_label; + @include background(linear-gradient(#769643, $col_fixed_label 4px)); } } } |