src/Eccube/Resource/template/default/Block/nav_sp_new.twig line 1

Open in your IDE?
  1. {#
  2. This file is part of EC-CUBE
  3. Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
  4. http://www.ec-cube.co.jp/
  5. For the full copyright and license information, please view the LICENSE
  6. file that was distributed with this source code.
  7. #}
  8. {% block stylesheet %}
  9.     <style>
  10.         .ec-headerNavSP {
  11.             background: #1A7EE7;
  12.             right: 0;
  13.             border-radius: 0;
  14.             color: white;
  15.             left: unset;
  16.             top: 0;
  17.             position: absolute;
  18.         }
  19.     </style>
  20. {% endblock %}
  21. <div class="ec-headerNavSP">
  22.     <i class="fas fa-bars"></i>
  23. </div>