0.0.76 add btn profile

This commit is contained in:
2023-08-09 13:41:56 +03:00
parent f8ed2b6fd2
commit a80ecaa473
4 changed files with 98 additions and 24 deletions

View File

@@ -633,22 +633,22 @@ input.deactive {
border-color: #b3d7ff;
}
.custom-checkbox:focus+label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
.custom-checkbox:hover+label::before {
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.custom-checkbox:focus:not(:checked)+label::before {
border-color: #80bdff;
}
.custom-checkbox:checked+label::before {
border-color: #0b76ef;
background-color: #0b76ef;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
background-color:#FF613A;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.custom-checkbox:disabled+label::before {
background-color: #e9ecef;
.custom-checkbox:disabled+label::before:hover {
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
section.login {
@@ -1139,17 +1139,51 @@ input#id_extra_phone
/* font-weight: 500;*/
/* line-height: 22px;*/
/*}*/
.checkbox_cargo_type{
display: block;
/*flex-wrap: wrap;*/
/*.checkbox_cargo_type{*/
/* display: block;*/
/* !*flex-wrap: wrap;*!*/
/*}*/
/*.checkbox_cargo_type>div{*/
/* column-count: 2;*/
/* max-width: 330px;*/
/* width: 100%;*/
/* margin-bottom: 10px;*/
/*}*/
/*.checkbox_cargo_type>div>input{*/
/* display: block;*/
/*}*/
/*.checkbox_cargo_type>div>label{*/
/* display: block;*/
/*}*/
.real-checkbox{
}
.checkbox_cargo_type>input{
display: block;
.custom-checkbox-w{
display: inline-block;
width: 30px;
height: 30px;
/*background: white;*/
border-radius: 10px;
border: 1px solid #E6E6E6;
vertical-align: sub;
}
.checkbox_cargo_type>label{
display: block;
.custom-checkbox-w::before{
/*content: '';*/
background: #FF613A;
transition: 0.2s ease-in;
}
.real-checkbox:checked + .custom-checkbox-w::before{
}
/*input#id_cargo_type{*/
/* width: 50%;*/
/*}*/