0.0.157 rewrite some css

This commit is contained in:
2023-09-26 14:19:34 +03:00
parent a03d9b3dec
commit fc8c28203c
2 changed files with 33 additions and 26 deletions

View File

@@ -920,17 +920,17 @@ section.login>form>div>div:nth-child(4) {
margin-top: 20px; margin-top: 20px;
} }
section.login>form>div>div:nth-child(5) { /*section.login>form>div>div:nth-child(5) {*/
color: #272424; /* color: #272424;*/
text-align: center; /* text-align: center;*/
/* Heading 5 */ /* !* Heading 5 *!*/
font-family: Inter; /* font-family: Inter;*/
font-size: 18px; /* font-size: 18px;*/
font-style: normal; /* font-style: normal;*/
font-weight: 600; /* font-weight: 600;*/
line-height: 26px; /* line-height: 26px;*/
margin: 20px 0px; /* margin: 20px 0px;*/
} /*}*/
.google { .google {
display: flex; display: flex;
@@ -956,9 +956,15 @@ section.login>form>div>div:nth-child(7) {
line-height: 22px; line-height: 22px;
} }
section.login>form>div>div:nth-child(7)>a { section.login>form>div>div:nth-child(5)>a {
text-decoration: none; text-decoration: underline;
color: rgba(39, 36, 36, 0.60); color: rgba(39, 36, 36, 0.60);
}section.login>form>div>div:nth-child(5) {
color: rgba(39, 36, 36, 0.60);
font-style: normal;
font-weight: 500;
margin-top: 15px;
} }
section.profile { section.profile {
@@ -1180,7 +1186,7 @@ span.errorlist{
select#id_type_transport{ select#id_type_transport{
display: block; display: block;
height: 60px; height: 60px;
width: 394px; width: 47%;
border-radius: 15px; border-radius: 15px;
border: 2px solid #E6E6E6; border: 2px solid #E6E6E6;
padding: 10px; padding: 10px;
@@ -1295,6 +1301,7 @@ form.new_route{
appearance: none; appearance: none;
height: 60px; height: 60px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px;
z-index: 1; z-index: 1;
} }
@@ -1302,7 +1309,7 @@ form.new_route{
.from_address_point_txt.post_route{ .from_address_point_txt.post_route{
border-radius: 15px; border-radius: 15px;
margin-top: 10px; margin-top: 10px;
width: 392px; width: 89%;
} }
.to_address_point_txt{ .to_address_point_txt{
@@ -1315,16 +1322,16 @@ form.new_route{
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
appearance: none; appearance: none;
width: 392px;
height: 60px; height: 60px;
margin-top: 10px; margin-top: 10px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px;
} }
.to_address_point_txt.post_route{ .to_address_point_txt.post_route{
border-radius: 15px; border-radius: 15px;
width: 392px; width: 89%;
margin-top: 10px; margin-top: 10px;
} }
@@ -1343,7 +1350,7 @@ div.departure_arrival>div>input{
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
appearance: none; appearance: none;
width: 392px; width: 89%;
height: 60px; height: 60px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
@@ -1446,7 +1453,7 @@ div.departure_arrival>div>input{
div.from_to_place>div>select{ div.from_to_place>div>select{
width: 392px; width: 94%;
} }

View File

@@ -1,6 +1,6 @@
<section class="login"> <section class="login">
<h1>Войдите в профиль</h1> <h1>Войдите в профиль</h1>
<form class="login_form" name="login_form" method="post"> <form class="login_form" name="login_form" method="post">
{% csrf_token %} {% csrf_token %}
<div> <div>
{% if form.errors.all__ %} {% if form.errors.all__ %}
@@ -23,11 +23,11 @@
</div> </div>
<div class="button_register"><button onclick="SendLoginForm(this)">Войти</button></div> <div class="button_register"><button onclick="SendLoginForm(this)">Войти</button></div>
<div>Авторизуясь, вы соглашаетесь с Лицензионным соглашением Политикой конфиденциальности</div> <div>Авторизуясь, вы соглашаетесь с Лицензионным соглашением Политикой конфиденциальности</div>
<div>Или</div> {# <div>Или</div>#}
<div class="google"><img src="/static/img/png/google.png" alt=""> {# <div class="google"><img src="/static/img/png/google.png" alt="">#}
<div>Войти через Google</div> {# <div>Войти через Google</div>#}
</div> {# </div>#}
<div>Нет аккаунта? <a href="#">Зарегистрируйтесь</a></div> <div>Нет аккаунта? <a href="/ru/profile/registration/">Зарегистрируйтесь</a></div>
</div> </div>
</form>> </form>
</section> </section>