diff --git a/src/gbu/css/_pages-section.scss b/src/gbu/css/_pages-section.scss index d8a1633..1850b97 100644 --- a/src/gbu/css/_pages-section.scss +++ b/src/gbu/css/_pages-section.scss @@ -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 {