Saumur Agglomération: intégration graphique - retouches (#73538) #128

Merged
aberriot merged 5 commits from wip/73538-saumur-retouches-II into main 2023-01-18 12:38:10 +01:00
2 changed files with 60 additions and 9 deletions

View File

@ -3,8 +3,8 @@ $banner-height: 300px;
%button { %button {
box-shadow: none; box-shadow: none;
text-transform: uppercase;
&:hover { &:hover {
text-transform: uppercase;
box-shadow: none; box-shadow: none;
} }
} }
@ -16,7 +16,7 @@ $banner-height: 300px;
// golbal layout // golbal layout
main { main {
background: $gray-light-2; background: white;
padding: $space-large 0; padding: $space-large 0;
} }
@ -100,6 +100,15 @@ h3 {
%cell-links-list { %cell-links-list {
font-family: Roboto, sans-serif; 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 { .search-cell.transparent {
@ -139,6 +148,10 @@ div.link-cell {
} }
} }
#main-content #sidebar + #columns-wrapper > * {
border: none;
}
%orange-border { %orange-border {
content: " "; content: " ";
display: block; 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 // borderless cells in grid
body:not(.authentic-page):not(.wcs-page) #columns, body:not(.authentic-page):not(.wcs-page) #columns,
@ -192,6 +210,12 @@ body:not(.authentic-page):not(.wcs-page) #columns,
border: none; border: none;
} }
} }
// tracking code cell
.tracking-code-input-cell {
p {
display: none;
}
}
// communes selector // communes selector
div#services-communes { div#services-communes {
@ -224,11 +248,38 @@ div#services-communes {
} }
// footer // footer
#footer-wrapper { #footer-wrapper {
padding-bottom: 0;
#footer {
max-width: 100%;
}
margin-top: 0; margin-top: 0;
} border-top: 3px solid $orange;
footer { .cell {
text-align: center; 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 { div#tracking-code a {

View File

@ -94,9 +94,9 @@ $widget-border: 1px solid $gray-dark-1;
$widget-focus-border: 1px solid $orange; $widget-focus-border: 1px solid $orange;
$widget-focus-background: $white; $widget-focus-background: $white;
$footer-background: $orange; $footer-background: white;
$footer-color: $white; $footer-color: $font-color;
$footer-link-color: $white; $footer-link-color: $orange;
$form-sidebar-position: top; $form-sidebar-position: top;
$wcs-step-marker-type: disc tied; $wcs-step-marker-type: disc tied;