custom/plugins/BettenABC/src/Resources/views/storefront/layout/cookie/styles/acris-cookie-styles.html.twig line 1

Open in your IDE?
  1. {#
  2. # Project:      www.betten-abc.de
  3. # Company:      arboro GmbH
  4. # Created by:   Daniel Geike
  5. # Created on:   09.01.23
  6. # Description:
  7. #}
  8. {% sw_extends "@Storefront/storefront/layout/cookie/styles/acris-cookie-styles.html.twig" %}
  9. {% block acris_cookie_consent_styles_styles %}
  10.     {{ parent() }}
  11.     <style>
  12.         .banner-slider-item {
  13.             min-height: 235px;
  14.         }
  15.         @media (min-width: 992px) {
  16.             .banner-slider-item {
  17.                 min-height: 368px;
  18.             }
  19.         }
  20.         /*.acris-cookie-consent:not(.has--loaded) {*/
  21.         /*    display: none;*/
  22.         /*}*/
  23.         .acris-cookie-consent.has--loaded {
  24.             display: block;
  25.         }
  26.         .acris-cookie-consent.has--accepted {
  27.             display: none;
  28.         }
  29.     </style>
  30. {% endblock %}