app/template/plants/Block/customcss.twig line 1

Open in your IDE?
  1. {% block stylesheet %}
  2.     <style>
  3.      .ec-layoutRole .ec-layoutRole__contents{
  4.          margin-top: 10%
  5.      }
  6.      .ec-pageHeader h1{
  7.         text-align: center;
  8.         border-bottom: none;
  9.      }
  10.      .header_links ul li {
  11.          position: relative;
  12.      }
  13.      .header_links ul li .ec-cartNavi__badge{
  14.         position: absolute;
  15.         top: -10px;
  16.         background: #9F1323;
  17.         color: white;
  18.         border-radius: 50%;
  19.         padding: 0px 8px;
  20.         font-size: 14px;
  21.         display: block;
  22.         right: -10px;
  23.         font-weight: bold;
  24.      }
  25.     </style>
  26. {% endblock %}