fix registration
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -84,6 +84,11 @@
|
||||
.modal-map-control__item{
|
||||
width: calc(100% - 24px);
|
||||
}
|
||||
.form__full-mobile{
|
||||
width: 100%;
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
}
|
||||
/* modal */
|
||||
|
||||
/* footer */
|
||||
|
||||
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user