diff --git a/static/saumur/_custom.scss b/static/saumur/_custom.scss index 15a41616..9acdb678 100644 --- a/static/saumur/_custom.scss +++ b/static/saumur/_custom.scss @@ -248,11 +248,38 @@ div#services-communes { } // footer + #footer-wrapper { + padding-bottom: 0; + #footer { + max-width: 100%; + } margin-top: 0; -} -footer { - text-align: center; + border-top: 3px solid $orange; + .cell { + a { + text-decoration: none; + } + & > div { + max-width: $width; + margin: 0 auto; + } + } + .text-cell:first-child { + > div { + max-width: $width * 0.75; + } + strong { + color: $orange; + } + } + .text-cell:not(:first-child) { + background: $orange; + color: white; + a { + color: white; + } + } } div#tracking-code a { diff --git a/static/saumur/_vars.scss b/static/saumur/_vars.scss index b8050b5b..d16deda1 100644 --- a/static/saumur/_vars.scss +++ b/static/saumur/_vars.scss @@ -94,9 +94,9 @@ $widget-border: 1px solid $gray-dark-1; $widget-focus-border: 1px solid $orange; $widget-focus-background: $white; -$footer-background: $orange; -$footer-color: $white; -$footer-link-color: $white; +$footer-background: white; +$footer-color: $font-color; +$footer-link-color: $orange; $form-sidebar-position: top; $wcs-step-marker-type: disc tied;