diff --git a/static/saumur/_custom.scss b/static/saumur/_custom.scss index 13c75b0a..9acdb678 100644 --- a/static/saumur/_custom.scss +++ b/static/saumur/_custom.scss @@ -3,8 +3,8 @@ $banner-height: 300px; %button { box-shadow: none; - text-transform: uppercase; &:hover { + text-transform: uppercase; box-shadow: none; } } @@ -16,7 +16,7 @@ $banner-height: 300px; // golbal layout main { - background: $gray-light-2; + background: white; padding: $space-large 0; } @@ -100,6 +100,15 @@ h3 { %cell-links-list { font-family: Roboto, sans-serif; + li a { + z-index: 0; + } + li div.description p { + margin-left: 0; + margin-top: -$space-large * 0.7; + position: relative; + z-index: 1000; + } } .search-cell.transparent { @@ -139,6 +148,10 @@ div.link-cell { } } +#main-content #sidebar + #columns-wrapper > * { + border: none; +} + %orange-border { content: " "; display: block; @@ -180,7 +193,12 @@ div.link-cell { } } - +.wcs-forms-of-category-cell .add-more-items--button { + color: $gray-dark-1; + &::after { + content: " DE SERVICES" + } +} // borderless cells in grid body:not(.authentic-page):not(.wcs-page) #columns, @@ -192,6 +210,12 @@ body:not(.authentic-page):not(.wcs-page) #columns, border: none; } } +// tracking code cell +.tracking-code-input-cell { + p { + display: none; + } +} // communes selector div#services-communes { @@ -224,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;