amiens-metropole : corrections to homepage fixed site-title and added trackingcode icon

This commit is contained in:
Elias Showk 2018-03-21 12:10:32 +01:00
parent b28edee4a1
commit c3fd988088
4 changed files with 42 additions and 18 deletions

View File

@ -12,7 +12,7 @@ nav {
}
.topbanner-wrapper {
background: url("img/a-la-une-400px.jpg") no-repeat;
background: url('img/a-la-une-400px.jpg') no-repeat;
background-size: cover;
background-position: 0 0;
background-color: white;
@ -57,6 +57,41 @@ nav {
}
}
#content {
.cell {
border: none;
margin: $content-cell-margin;
&.trackingcodeinputcell .wcs-tracking-code-input {
@extend %wcs-form;
h1, h2 {
padding-top: 50px;
&::after {
content: ' ';
background: url('img/icon-suivi.png') no-repeat;
width: 20px;
height: 24px;
position: absolute;
bottom: -1em;
left: 50%;
background-size: contain;
}
}
form {
margin: $form-margin;
}
input {
border-color: $content-background-color;
max-width: 60%;
}
}
}
}
#content .wide-container .inside-content {
background-color: transparent;
@ -65,22 +100,6 @@ nav {
margin: $content-cell-margin;
}
.trackingcodeinputcell .wcs-tracking-code-input {
@extend %wcs-form;
h1, h2, h3, h4 {
padding-top: 50px;
}
form {
margin: $form-margin;
}
input {
border-color: $content-background-color;
max-width: 60%;
}
}
&.three-columns .column .cell.wcsformsofcategorycell {
background-color: transparent;

View File

@ -52,6 +52,10 @@ $header-content-margin: 5px;
padding-left: 25px;
font-size: 12px;
font-weight: bold;
span {
text-transform: uppercase;
display: block;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -12,7 +12,8 @@
</div>
<div id="site-title" class="sep">
<a accesskey="1" href="{{ logo_link_url|default:'/' }}">
Vos d&eacute;marches en ligne en 1 clic
<span>demarches.amiens.fr</span>
vos d&eacute;marches en ligne en 1 clic
</a>
</div>
</div>