master
Boris Voropaev 2024-01-31 14:11:05 +03:00
parent 512822e068
commit faaa50788d
1 changed files with 43 additions and 0 deletions

View File

@ -811,6 +811,49 @@ contact-section{
}
}
page-section feedback-section{
form{
max-width: none !important;
background: #F3F3F3;
padding: 24px;
form-field{
.field{
display: flex;
flex-direction: row;
.caption{
width: 25%;
margin-right: 16px;
}
}
&:last-child{
.field{
flex-direction: row-reverse;
justify-content: flex-end;
align-items: center;
.caption{
width:auto;
margin-left: 16px;
color: #000;
}
}
}
}
.row{
display: flex;
justify-content:space-between;
&::before{
content: '* Поля, обязательные для заполнения';
color:#6A6868;
font-family: Golos;
font-size: 14px;
line-height: 21px;
}
}
}
}
.pagination {