From 6e0c5d1662e0793c66215d4722e1e40b480188d6 Mon Sep 17 00:00:00 2001 From: SBD Date: Thu, 23 Jan 2025 19:43:08 +0300 Subject: [PATCH] 0.0.55 p search res --- static/v2/css/pages/p_search_route_results.css | 8 ++++++++ templates/v2/pages/p_search_route_results.html | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 static/v2/css/pages/p_search_route_results.css diff --git a/static/v2/css/pages/p_search_route_results.css b/static/v2/css/pages/p_search_route_results.css new file mode 100644 index 0000000..f583d12 --- /dev/null +++ b/static/v2/css/pages/p_search_route_results.css @@ -0,0 +1,8 @@ +.title{ + font-size: 44px; + font-weight: 700; + margin-bottom: 80px; + margin-top: 60px; + width: 100%; + text-align: center; +} \ No newline at end of file diff --git a/templates/v2/pages/p_search_route_results.html b/templates/v2/pages/p_search_route_results.html index eea0cea..fc75ba5 100644 --- a/templates/v2/pages/p_search_route_results.html +++ b/templates/v2/pages/p_search_route_results.html @@ -6,11 +6,13 @@ + {% endblock %} {% block content %} +
{% trans "Поиск посылки" %}
{% include 'v2/blocks/b_search_routes.html' %} {% endblock %} \ No newline at end of file