fix registration

This commit is contained in:
Kirill Pet
2024-10-28 13:05:11 +03:00
parent 003bff1fbb
commit e6bccc904f
8 changed files with 43 additions and 7 deletions

View File

@@ -1132,6 +1132,7 @@ button{
border: none;
transition: opacity .2s ease-out;
text-decoration: none;
}
.to-know:hover{
opacity: .8;
@@ -1526,6 +1527,7 @@ button{
.modal__to-know-submit{
width: 412px;
}
.modal-basket__item{
padding-top: 23px;
padding-right: 15px;

View File

@@ -1912,6 +1912,11 @@ main{
transform: rotate(180deg);
}
/* .cabinet-card-no-orders__ */
.cabinet__subscription-pc{
}
.cabinet__subscription-mobile{
display: none;
}
/* cabinet */
@media only screen and (max-width: 1600px) {

View File

@@ -84,6 +84,11 @@
.modal-map-control__item{
width: calc(100% - 24px);
}
.form__full-mobile{
width: 100%;
border-radius: 0;
border: none;
}
/* modal */
/* footer */

View File

@@ -189,6 +189,14 @@ main{
.cabinet__orders.active, .cabinet__profile.active{
opacity: 1;
}
.cabinet__subscription-pc{
display: none;
}
.cabinet__subscription-mobile{
display: block;
margin: 24px 24px 0 24px;
}
/* cabinet */
}