0.0.271
This commit is contained in:
@@ -1737,6 +1737,21 @@
|
|||||||
|
|
||||||
@media (max-width: 466px) {
|
@media (max-width: 466px) {
|
||||||
|
|
||||||
|
.switch{
|
||||||
|
width: 235px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
height: unset;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
.form_radio_btn{
|
||||||
|
margin-bottom: unset;
|
||||||
|
width: unset;
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
.form_radio_btn label{
|
||||||
|
height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
.header_buttons{
|
.header_buttons{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -874,6 +874,7 @@ section.register>form {
|
|||||||
display: flex;
|
display: flex;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -820,7 +820,7 @@ function RequestCommercialOffer (el){
|
|||||||
data: formData,
|
data: formData,
|
||||||
success: function(data){
|
success: function(data){
|
||||||
|
|
||||||
// location.href = '/profile'
|
alert("Сообщение отправлено")
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user