0.0.55 p search res
This commit is contained in:
8
static/v2/css/pages/p_search_route_results.css
Normal file
8
static/v2/css/pages/p_search_route_results.css
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
.title{
|
||||||
|
font-size: 44px;
|
||||||
|
font-weight: 700;
|
||||||
|
margin-bottom: 80px;
|
||||||
|
margin-top: 60px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
@@ -6,11 +6,13 @@
|
|||||||
<link rel="stylesheet" href="{% static "v2/css/forms.css" %}">
|
<link rel="stylesheet" href="{% static "v2/css/forms.css" %}">
|
||||||
<link rel="stylesheet" href="{% static "v2/css/widgets/w_select_country.css" %}">
|
<link rel="stylesheet" href="{% static "v2/css/widgets/w_select_country.css" %}">
|
||||||
<link rel="stylesheet" href="{% static "v2/css/widgets/w_datarangepicker.css" %}">
|
<link rel="stylesheet" href="{% static "v2/css/widgets/w_datarangepicker.css" %}">
|
||||||
|
<link rel="stylesheet" href="{% static "v2/css/pages/p_search_route_results.css" %}">
|
||||||
<script src="{% static "v2/js/forms.js" %}"></script>
|
<script src="{% static "v2/js/forms.js" %}"></script>
|
||||||
<script src="{% static "v2/js/widgets/w_select_country.js" %}"></script>
|
<script src="{% static "v2/js/widgets/w_select_country.js" %}"></script>
|
||||||
<script src="{% static "v2/js/widgets/w_daterangepicker.js" %}"></script>
|
<script src="{% static "v2/js/widgets/w_daterangepicker.js" %}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="title">{% trans "Поиск посылки" %}</div>
|
||||||
{% include 'v2/blocks/b_search_routes.html' %}
|
{% include 'v2/blocks/b_search_routes.html' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user