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

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;
}