diff --git a/static/css/styles.css b/static/css/styles.css index 704d101..bf60874 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,6 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap'); - - /* Reset and base styles */ * { padding: 0px; @@ -82,6 +79,11 @@ button::-moz-focus-inner { label { cursor: pointer; margin-bottom: 7px; + font-family: Inter; + font-size: 16px; + font-style: normal; + font-weight: 500; + line-height: 22px; } legend { @@ -967,9 +969,6 @@ div.from_to_country>div>input:nth-child(3){ height: 60px; } -input[type="datetime-local"] { - width: 160px; -} div.departure_arrival>div>input{ @@ -986,6 +985,8 @@ div.departure_arrival>div>input{ width: 392px; height: 60px; padding-left: 2px; + /*background: white url("/static/img/svg/Calendar.svg") no-repeat calc(100% - 3px) center;*/ + } @@ -1102,6 +1103,14 @@ input#id_extra_phone appearance: none; } +/*.info_profile>label{*/ +/* font-family: Inter;*/ +/* font-size: 16px;*/ +/* font-style: normal;*/ +/* font-weight: 500;*/ +/* line-height: 22px;*/ +/*}*/ + /*my routes*/ diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 6f2446c..23d236b 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -27,7 +27,7 @@
-
+
{{ item.1 }} {% endfor %} + +{# #} +{##} +{# #} {% if form.errors and form.errors.cargo_type %} {{ form.errors.cargo_type }} {% endif %} diff --git a/templates/inter/meta.html b/templates/inter/meta.html index e85e99f..b03671e 100644 --- a/templates/inter/meta.html +++ b/templates/inter/meta.html @@ -9,4 +9,7 @@ - \ No newline at end of file + + + + \ No newline at end of file