0.0.55 p search res

This commit is contained in:
SBD
2025-01-23 19:43:08 +03:00
parent 15143188b7
commit 6e0c5d1662
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
.title{
font-size: 44px;
font-weight: 700;
margin-bottom: 80px;
margin-top: 60px;
width: 100%;
text-align: center;
}

View File

@@ -6,11 +6,13 @@
<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_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/widgets/w_select_country.js" %}"></script>
<script src="{% static "v2/js/widgets/w_daterangepicker.js" %}"></script>
{% endblock %}
{% block content %}
<div class="title">{% trans "Поиск посылки" %}</div>
{% include 'v2/blocks/b_search_routes.html' %}
{% endblock %}