This commit is contained in:
2023-08-11 16:30:02 +03:00
parent 1962306282
commit 993daa4f82
4 changed files with 37 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@@ -624,6 +624,7 @@ input.deactive {
background-size: 50% 50%;
}
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
border-color: #FF613A;
}
@@ -650,6 +651,9 @@ input.deactive {
.custom-checkbox:disabled+label::before:hover {
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
#img_msg_by_email{
margin-top: 7px;
}
section.login {
max-width: 1400px;
@@ -752,6 +756,16 @@ section.profile {
section.profile {
display: flex;
}
h2.title_new_route{
font-family: Inter;
font-size: 44px;
font-style: normal;
font-weight: 700;
line-height: 52px;
text-align: center;
width: 550px;
margin-left: 200px;
}
.menu_profile {
width: 31%;
@@ -1159,6 +1173,7 @@ input#id_extra_phone
}
.checkbox_cargo_type>div{
min-width: 300px;
margin-bottom: 20px;
}

5
static/img/svg/Info2.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5Z" stroke="#FF613A" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.375 9.375H10V13.75H10.625" stroke="#FF613A" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9.84375 7.5C10.3615 7.5 10.7812 7.08027 10.7812 6.5625C10.7812 6.04473 10.3615 5.625 9.84375 5.625C9.32598 5.625 8.90625 6.04473 8.90625 6.5625C8.90625 7.08027 9.32598 7.5 9.84375 7.5Z" fill="#FF613A"/>
</svg>

After

Width:  |  Height:  |  Size: 637 B