gbu form
parent
512822e068
commit
faaa50788d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue