templates/AppTemplates/layout/end/index.html.twig line 1

Open in your IDE?
  1. <style>
  2.     .footerend {
  3.         position:relative;
  4.         background-color:#DCDCDC;
  5.         display:flex;
  6.         flex-direction:column;
  7.         justify-content:center;
  8.         align-items:flex-start;
  9.         height:70px;
  10.         padding:0 10%;
  11.         z-index:10;
  12.     }
  13.     .footerend a {
  14.         color:#444;
  15.         font-weight:600;
  16.     }
  17. </style>
  18. <div class="footerend">
  19.      <div>
  20.         <a>SVS © 1994 - 2023. {{'Tous droits réservé'|trans}}.</a>
  21.     </div>
  22. </div>