alpes-maritimes-2018: customize hompage's tracking code input cell (#40964)

This commit is contained in:
Serghei Mihai 2020-03-24 12:31:40 +01:00
parent 12c0f2d750
commit 423d66ea97
2 changed files with 14 additions and 0 deletions

View File

@ -1019,3 +1019,12 @@ div.cell {
span.form-status {
color: $ternary-color;
}
div.tracking-code-input-cell.homepage {
form {
padding: 0 1em 1em 1em;
}
input#tracking-code {
margin-right: 1rem;
}
}

View File

@ -0,0 +1,5 @@
{% extends "combo/wcs/tracking_code_input.html" %}
{% block title %}{% endblock %}
{% block intro-text %}{% endblock %}
{% block submit-content %}Recherche{% endblock %}