themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Product/Show/_popupQuantityError.html.twig line 1

Open in your IDE?
  1. <div class="modal pr-0 productShowQuantityErrorModal" id="productShowQuantityErrorModal" tabindex="-1" role="dialog" aria-labelledby="productShowQuantityErrorModal"
  2.      aria-hidden="true">
  3.     <div class="modal-dialog modal-dialog-centered" role="document">
  4.         
  5.         <div class="modal-content rounded-0">
  6.             <div class="modal-header text-center  rounded-0 border-0  text-center pl-3 pr-3 py-4  justify-content-center position-relative bg-purple-site align-items-center">   
  7.                 <p class="titre-popup text-white" style="font-size: 1.2rem; margin-bottom: 0">{{'app.product.modal.error_title'|trans}}</p>
  8.                 <button type="button" class="close close-absolute" data-dismiss="modal" aria-label="Close">
  9.                     <span aria-hidden="true">×</span>
  10.                 </button>
  11.             </div>
  12.             <div class="modal-body font-popup text-center color-red font-weight-bold pb-4">
  13.                 {{ 'app.product.modal.error_content_stock'|trans }}
  14.                 <br>
  15.             </div>
  16.             
  17.         </div>
  18.     </div>
  19. </div>