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 {
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 {

View File

@ -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;