From 5c3bffdda467e8d5bd6b9dd3de701ee9208673e8 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 17 Aug 2023 14:32:03 +0300 Subject: [PATCH] 0.0.103 --- static/css/styles.css | 45 +++++++----- templates/blocks/b_footer.html | 84 +++++++++++++---------- templates/blocks/profile/b_new_route.html | 2 + 3 files changed, 74 insertions(+), 57 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index bcce54c..a0d2979 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -237,25 +237,38 @@ footer>div { max-width: 1280px; margin: auto; padding: 40px; - display: flex; - justify-content: space-between; } -.first-column>div:nth-child(1) { - margin-bottom: 40px; +.left-column { + width: 50%; + float: left; } -.first-column>div:nth-child(2) { - margin-bottom: 19px; +.right-column { + width: 48%; + float: right; } -.first-column>div:nth-child(3)>img { - margin-right: 10px; +.first-column{ + float: left; + width: 50%; +} +.second-column { + float: right; + width: 29%; } -.first-column { - max-width: 358px; +.third-column { + width: 33%; + float: left; } +.fifth-column { + float: right; + width: 33%; +} + + + .second-footer>div { display: flex; max-width: 1280px; @@ -281,7 +294,6 @@ footer>div { } .second-column>div:first-child { - margin-bottom: 45px; color: #FFF; /* Heading 4 */ font-family: Inter; @@ -292,7 +304,6 @@ footer>div { } .third-column>div:first-child { - margin-bottom: 45px; color: #FFF; /* Heading 4 */ font-family: Inter; @@ -666,7 +677,7 @@ input.deactive { margin-top: 7px; display: inline-block; position: relative; - left: 29%; + left: 31%; } .title_for_msg_by_email{ @@ -992,7 +1003,7 @@ select { .receive_msg_by_email{ display: inline-block; position: absolute; - bottom: 8%; + bottom: 27%; } /*create new route*/ @@ -1093,7 +1104,7 @@ form.new_route{ .departure_arrival>div:last-child, .from_to_place>div:last-child, .from_to_country>div:last-child, -.phone>div:last-child +.phone>div:nth-child(2) { width: 50%; float: right; @@ -1104,7 +1115,6 @@ form.new_route{ .from_address_point_txt{ display: block; - border: 1px solid #E6E6E6; color: #272424; font-family: Inter; @@ -1113,8 +1123,6 @@ form.new_route{ font-weight: 400; line-height: 22px; appearance: none; - background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center; - height: 60px; } @@ -1135,7 +1143,6 @@ form.new_route{ font-weight: 400; line-height: 22px; appearance: none; - background: white url("/static/img/png/icon-arrow.svg") no-repeat calc(100% - 15px) center; width: 392px; height: 60px; margin-top: 10px; diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 6e79893..cb24e90 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -1,48 +1,56 @@ {% load i18n %}