templates/Slivki/offers/complaint.html.twig line 1

Open in your IDE?
  1. <div id="complaintModal" class="modal fade new-popup js-offer-feedback-form">
  2.     <div class="modal-dialog">
  3.         <div class="modal-content pb-0" style="max-width: 500px;padding: 37px;">
  4.             <button class="close" data-dismiss="modal"></button>
  5.             <div class="font-size-1250 sf-bold-font mb-3 text-center">Жалоба на акцию</div>
  6.             <div class="delivery-teaser-row mb-3">
  7.                 <p class="text-center mb-3">Модератор рассмотрит вашу жалобу и при необходимости внесет изменения.
  8.                     Пожалуйста, как можно подробнее объясните причину.</p>
  9.                 <div class="delivery-teaser-row">
  10.                     <div class="w-100 px-2 border border-radius-0375 text-left">
  11.                         <textarea name="deliveryFeedback" class="form-control p-0 border-none"
  12.                                   placeholder="Ваше сообщение "
  13.                                   style="max-width: none !important;box-shadow: none !important;height: 200px; resize: none;"></textarea>
  14.                     </div>
  15.                     <div id="questions_recaptcha" class="g-recaptcha"
  16.                          data-sitekey="6LdyqnMmAAAAAAE9yAUOVmdRPJhAq02-VwVBPR5i" style="margin: 11px auto;"></div>
  17.                     <div class="w-100">
  18.                         <label class="questions-validate d-none sf-display-font font-size-0750 color-red font-size-0750 text-red pt-2 pl-2"></label>
  19.                         <button class="d-none"></button>
  20.                         <button class="button mt-3 text-uppercase" type="button" id="offerFeedbackSubmit"
  21.                                 style="width: 325px !important;">Отправить
  22.                         </button>
  23.                     </div>
  24.                 </div>
  25.             </div>
  26.         </div>
  27.     </div>
  28. </div>