fix багов

This commit is contained in:
Kirill Pet
2024-10-31 15:27:16 +03:00
parent 38a8eb5f1f
commit c48ab5bc5f
4 changed files with 86 additions and 56 deletions

View File

@@ -912,7 +912,12 @@ button{
.form-input-list__item.active .form-input-list-item-box__content{
background: var(--gradient-blue);
}
.remote-control__item{
display: none;
}
.remote-control__item.active{
display: block;
}
/* .form-input-radio__ */
/* form */
@@ -1943,7 +1948,7 @@ button{
}
.modal-map-form__button{
margin-top: 88px;
margin-top: 83px;
}
.modal-map-form__sub-button{
display: none;

View File

@@ -190,13 +190,13 @@ main{
}
.cabinet__orders.active, .cabinet__profile.active{
opacity: 1;
width: 100%;
}
.cabinet__orders.hide, .cabinet__profile.hide{
position: static;
display: block;
pointer-events:auto;
width: 100%;
}
.cabinet__subscription-pc{
display: none;